Skip to content

Update versions

Update versions #4

GitHub Actions / Qodana Community for JVM completed Jan 8, 2025 in 0s

21 new problems found by Qodana Community for JVM

Qodana Community for JVM

21 new problems were found

Inspection name Severity Problems
Constant conditions 🔶 Warning 6
Busy wait 🔶 Warning 1
Infinite loop statement 🔶 Warning 1
Main function should return 'Unit' 🔶 Warning 1
Constant values ◽️ Notice 12

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 127 in src/main/kotlin/frc/robot/subsystems/drive/PhoenixOdometryThread.java

See this annotation in the file changed.

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

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check notice on line 426 in src/main/kotlin/frc/robot/generated/TunerConstants.java

See this annotation in the file changed.

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

Constant values

Value `kBackRightCANcoderInverted` is always 'false'

Check notice on line 424 in src/main/kotlin/frc/robot/generated/TunerConstants.java

See this annotation in the file changed.

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

Constant values

Value `kInvertRightSide` is always 'true'

Check notice on line 389 in src/main/kotlin/frc/robot/generated/TunerConstants.java

See this annotation in the file changed.

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

Constant values

Value `kFrontLeftSteerMotorInverted` is always 'true'

Check notice on line 401 in src/main/kotlin/frc/robot/generated/TunerConstants.java

See this annotation in the file changed.

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

Constant values

Value `kFrontRightSteerMotorInverted` is always 'true'

Check notice on line 414 in src/main/kotlin/frc/robot/generated/TunerConstants.java

See this annotation in the file changed.

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

Constant values

Value `kBackLeftCANcoderInverted` is always 'false'

Check notice on line 400 in src/main/kotlin/frc/robot/generated/TunerConstants.java

See this annotation in the file changed.

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

Constant values

Value `kInvertRightSide` is always 'true'

Check notice on line 402 in src/main/kotlin/frc/robot/generated/TunerConstants.java

See this annotation in the file changed.

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

Constant values

Value `kFrontRightCANcoderInverted` is always 'false'

Check notice on line 425 in src/main/kotlin/frc/robot/generated/TunerConstants.java

See this annotation in the file changed.

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

Constant values

Value `kBackRightSteerMotorInverted` is always 'true'

Check notice on line 412 in src/main/kotlin/frc/robot/generated/TunerConstants.java

See this annotation in the file changed.

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

Constant values

Value `kInvertLeftSide` is always 'true'

Check notice on line 413 in src/main/kotlin/frc/robot/generated/TunerConstants.java

See this annotation in the file changed.

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

Constant values

Value `kBackLeftSteerMotorInverted` is always 'true'

Check notice on line 390 in src/main/kotlin/frc/robot/generated/TunerConstants.java

See this annotation in the file changed.

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

Constant values

Value `kFrontLeftCANcoderInverted` is always 'false'

Check notice on line 388 in src/main/kotlin/frc/robot/generated/TunerConstants.java

See this annotation in the file changed.

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

Constant values

Value `kInvertLeftSide` is always 'true'

Check warning on line 117 in src/main/kotlin/frc/robot/subsystems/drive/PhoenixOdometryThread.java

See this annotation in the file changed.

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

Infinite loop statement

`while` statement cannot complete without throwing an exception

Check warning on line 32 in src/main/kotlin/frc/robot/lib/ExtensionFunctions.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'it is Boolean' is always false

Check warning on line 42 in src/main/kotlin/frc/robot/lib/ExtensionFunctions.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'it is Int' is always false

Check warning on line 30 in src/main/kotlin/frc/robot/lib/ExtensionFunctions.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'it is Double' is always false

Check warning on line 31 in src/main/kotlin/frc/robot/lib/ExtensionFunctions.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'it is Int' is always false

Check warning on line 41 in src/main/kotlin/frc/robot/lib/ExtensionFunctions.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'it is Double' is always false

Check warning on line 43 in src/main/kotlin/frc/robot/lib/ExtensionFunctions.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'it is Boolean' is always false

Check warning on line 25 in src/main/kotlin/frc/robot/Main.kt

See this annotation in the file changed.

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

Main function should return 'Unit'

main should return Unit