Skip to content

Merge pull request #9 from garrettsummerfi3ld/dependabot/github_actio… #68

Merge pull request #9 from garrettsummerfi3ld/dependabot/github_actio…

Merge pull request #9 from garrettsummerfi3ld/dependabot/github_actio… #68

GitHub Actions / Qodana Community for JVM completed Oct 13, 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

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