Skip to content

Bump actions/checkout from 3 to 4 #77

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #77

Triggered via pull request October 14, 2024 08:42
Status Success
Total duration 2m 43s
Artifacts

qodana.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

23 warnings and 1 notice
Nullability and data flow problems: src/main/java/frc/robot/Robot.java#L79
Switch label `0` is unreachable
Nullability and data flow problems: src/main/java/frc/robot/Robot.java#L82
Switch label `1` is unreachable
Field can be local: src/main/java/frc/robot/subsystems/Vision.java#L29
Field can be converted to a local variable
Field can be local: src/main/java/frc/robot/subsystems/Vision.java#L28
Field can be converted to a local variable
Field may be 'final': src/main/java/frc/robot/util/Alert.java#L21
Field `groups` may be 'final'
Inner class may be 'static': src/main/java/frc/robot/Constants.java#L158
Inner class `Limelight` may be 'static'
Inner class may be 'static': src/main/java/frc/robot/Constants.java#L33
Inner class `HardwareConstants` may be 'static'
Inner class may be 'static': src/main/java/frc/robot/Constants.java#L178
Inner class `ConveyorCamera` may be 'static'
Inner class may be 'static': src/main/java/frc/robot/Constants.java#L168
Inner class `IntakeCamera` may be 'static'
Non-final field in 'enum': src/main/java/frc/robot/subsystems/ConveyorSubsystem.java#L120
Non-final field `speed` in enum 'FlywheelSpeed'
Call to 'printStackTrace()': src/main/java/frc/robot/Robot.java#L113
Call to `printStackTrace()` should probably be replaced with more robust logging
'Collection.toArray()' call style: src/main/java/frc/robot/Robot.java#L180
Call to `toArray()` with pre-sized array argument 'new String\[clientAddresses.size()\]'
'Collection.toArray()' call style: src/main/java/frc/robot/Robot.java#L178
Call to `toArray()` with pre-sized array argument 'new String\[clientNames.size()\]'
Redundant 'if' statement: src/main/java/frc/robot/Robot.java#L164
`if` statement can be simplified
Redundant 'if' statement: src/main/java/frc/robot/subsystems/Vision.java#L144
`if` statement can be simplified
Unnecessary modifier: src/main/java/frc/robot/util/Alert.java#L109
Modifier `static` is redundant for inner enums