Skip to content

Update GitHub Actions workflows #69

Update GitHub Actions workflows

Update GitHub Actions workflows #69

Triggered via push October 13, 2024 05:00
Status Failure
Total duration 1m 41s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 23 warnings, and 1 notice
Build
Process completed with exit code 1.
Test
Process completed with exit code 1.
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