Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3 to 4 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Bump actions/checkout from 3 to 4

330e3f2
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Bump actions/checkout from 3 to 4 #11

Bump actions/checkout from 3 to 4
330e3f2
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM completed Oct 14, 2024 in 0s

24 new problems found by Qodana Community for JVM

Qodana Community for JVM

24 new problems were found

Inspection name Severity Problems
Declaration has problems in Javadoc references 🔶 Warning 5
Inner class may be 'static' 🔶 Warning 4
Nullability and data flow problems 🔶 Warning 2
Field can be local 🔶 Warning 2
Field may be 'final' 🔶 Warning 2
'Collection.toArray()' call style 🔶 Warning 2
Redundant 'if' statement 🔶 Warning 2
Link specified as plain text 🔶 Warning 1
Non-final field in 'enum' 🔶 Warning 1
Call to 'printStackTrace()' 🔶 Warning 1
Unnecessary modifier 🔶 Warning 1
Commented out code ◽️ Notice 1
View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2024.1.11
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 70 in src/main/java/frc/robot/subsystems/swerve/SwerveSubsystem.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Commented out code

Commented out code (2 lines)

Check warning on line 79 in src/main/java/frc/robot/Robot.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Switch label `0` is unreachable

Check warning on line 82 in src/main/java/frc/robot/Robot.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Switch label `1` is unreachable

Check warning on line 29 in src/main/java/frc/robot/subsystems/Vision.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Field can be local

Field can be converted to a local variable

Check warning on line 28 in src/main/java/frc/robot/subsystems/Vision.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Field can be local

Field can be converted to a local variable

Check warning on line 21 in src/main/java/frc/robot/util/Alert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Field may be 'final'

Field `groups` may be 'final'

Check warning on line 120 in src/main/java/frc/robot/subsystems/ConveyorSubsystem.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Field may be 'final'

Field `speed` may be 'final'

Check warning on line 158 in src/main/java/frc/robot/Constants.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Inner class may be 'static'

Inner class `Limelight` may be 'static'

Check warning on line 33 in src/main/java/frc/robot/Constants.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Inner class may be 'static'

Inner class `HardwareConstants` may be 'static'

Check warning on line 178 in src/main/java/frc/robot/Constants.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Inner class may be 'static'

Inner class `ConveyorCamera` may be 'static'

Check warning on line 168 in src/main/java/frc/robot/Constants.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Inner class may be 'static'

Inner class `IntakeCamera` may be 'static'

Check warning on line 34 in src/main/java/frc/robot/commands/swerve/AbsoluteDriveAdv.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Link specified as plain text

Link specified as plain text

Check warning on line 154 in src/main/java/frc/robot/subsystems/swerve/SwerveSubsystem.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Declaration has problems in Javadoc references

Cannot resolve symbol `PathPlannerPath`

Check warning on line 154 in src/main/java/frc/robot/subsystems/swerve/SwerveSubsystem.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Declaration has problems in Javadoc references

Cannot resolve symbol `AutoBuilder`

Check warning on line 119 in src/main/java/frc/robot/RobotContainer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Declaration has problems in Javadoc references

Cannot resolve symbol `configureBindings`

Check warning on line 154 in src/main/java/frc/robot/subsystems/swerve/SwerveSubsystem.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Declaration has problems in Javadoc references

Cannot resolve symbol `followPath(PathPlannerPath)`

Check warning on line 140 in src/main/java/frc/robot/RobotContainer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Declaration has problems in Javadoc references

Cannot resolve symbol `configureBindings`

Check warning on line 120 in src/main/java/frc/robot/subsystems/ConveyorSubsystem.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Non-final field in 'enum'

Non-final field `speed` in enum 'FlywheelSpeed'

Check warning on line 113 in src/main/java/frc/robot/Robot.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Call to 'printStackTrace()'

Call to `printStackTrace()` should probably be replaced with more robust logging

Check warning on line 180 in src/main/java/frc/robot/Robot.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'Collection.toArray()' call style

Call to `toArray()` with pre-sized array argument 'new String\[clientAddresses.size()\]'

Check warning on line 178 in src/main/java/frc/robot/Robot.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'Collection.toArray()' call style

Call to `toArray()` with pre-sized array argument 'new String\[clientNames.size()\]'

Check warning on line 164 in src/main/java/frc/robot/Robot.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Redundant 'if' statement

`if` statement can be simplified

Check warning on line 144 in src/main/java/frc/robot/subsystems/Vision.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Redundant 'if' statement

`if` statement can be simplified

Check warning on line 109 in src/main/java/frc/robot/util/Alert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unnecessary modifier

Modifier `static` is redundant for inner enums