Skip to content

Update versions

Update versions #4

Triggered via pull request January 8, 2025 12:54
@Emma03LEmma03L
synchronize #23
updateVersions
Status Success
Total duration 2m 11s
Artifacts

qodana_code_quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 12 notices
Busy wait: src/main/kotlin/frc/robot/subsystems/drive/PhoenixOdometryThread.java#L127
Call to `Thread.sleep()` in a loop, probably busy-waiting
Infinite loop statement: src/main/kotlin/frc/robot/subsystems/drive/PhoenixOdometryThread.java#L117
`while` statement cannot complete without throwing an exception
Constant conditions: src/main/kotlin/frc/robot/lib/ExtensionFunctions.kt#L32
Condition 'it is Boolean' is always false
Constant conditions: src/main/kotlin/frc/robot/lib/ExtensionFunctions.kt#L42
Condition 'it is Int' is always false
Constant conditions: src/main/kotlin/frc/robot/lib/ExtensionFunctions.kt#L30
Condition 'it is Double' is always false
Constant conditions: src/main/kotlin/frc/robot/lib/ExtensionFunctions.kt#L31
Condition 'it is Int' is always false
Constant conditions: src/main/kotlin/frc/robot/lib/ExtensionFunctions.kt#L41
Condition 'it is Double' is always false
Constant conditions: src/main/kotlin/frc/robot/lib/ExtensionFunctions.kt#L43
Condition 'it is Boolean' is always false
qodana
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Constant values: src/main/kotlin/frc/robot/generated/TunerConstants.java#L426
Value `kBackRightCANcoderInverted` is always 'false'
Constant values: src/main/kotlin/frc/robot/generated/TunerConstants.java#L424
Value `kInvertRightSide` is always 'true'
Constant values: src/main/kotlin/frc/robot/generated/TunerConstants.java#L389
Value `kFrontLeftSteerMotorInverted` is always 'true'
Constant values: src/main/kotlin/frc/robot/generated/TunerConstants.java#L401
Value `kFrontRightSteerMotorInverted` is always 'true'
Constant values: src/main/kotlin/frc/robot/generated/TunerConstants.java#L414
Value `kBackLeftCANcoderInverted` is always 'false'
Constant values: src/main/kotlin/frc/robot/generated/TunerConstants.java#L400
Value `kInvertRightSide` is always 'true'
Constant values: src/main/kotlin/frc/robot/generated/TunerConstants.java#L402
Value `kFrontRightCANcoderInverted` is always 'false'
Constant values: src/main/kotlin/frc/robot/generated/TunerConstants.java#L425
Value `kBackRightSteerMotorInverted` is always 'true'
Constant values: src/main/kotlin/frc/robot/generated/TunerConstants.java#L412
Value `kInvertLeftSide` is always 'true'
Constant values: src/main/kotlin/frc/robot/generated/TunerConstants.java#L413
Value `kBackLeftSteerMotorInverted` is always 'true'
Constant values: src/main/kotlin/frc/robot/generated/TunerConstants.java#L390
Value `kFrontLeftCANcoderInverted` is always 'false'
Constant values: src/main/kotlin/frc/robot/generated/TunerConstants.java#L388
Value `kInvertLeftSide` is always 'true'