Skip to content

Winchy squinchy subsystem #274

Winchy squinchy subsystem

Winchy squinchy subsystem #274

Triggered via pull request April 7, 2024 19:03
Status Success
Total duration 2m 10s
Artifacts

code_quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
AutoCloseable used without 'try'-with-resources: src/main/java/frc/robot/subsystems/ShooterSubsystem.java#L63
'SuppliedValueWidget' used without 'try'-with-resources statement
AutoCloseable used without 'try'-with-resources: src/main/java/frc/robot/subsystems/WinchySubsystem.java#L42
'SimpleWidget' used without 'try'-with-resources statement
AutoCloseable used without 'try'-with-resources: src/main/java/frc/robot/subsystems/WinchySubsystem.java#L40
'SimpleWidget' used without 'try'-with-resources statement
AutoCloseable used without 'try'-with-resources: src/main/java/frc/robot/subsystems/WinchySubsystem.java#L46
'SuppliedValueWidget' used without 'try'-with-resources statement
AutoCloseable used without 'try'-with-resources: src/main/java/frc/robot/subsystems/ShooterSubsystem.java#L61
'SuppliedValueWidget' used without 'try'-with-resources statement
Constant values: src/main/java/frc/robot/commands/TurnByThetaCommand.java#L100
Condition `Math.abs(xSpeed) > OIConstants.kDriveDeadband` is always `false`
Constant values: src/main/java/frc/robot/commands/TurnByThetaCommand.java#L101
Condition `Math.abs(ySpeed) > OIConstants.kDriveDeadband` is always `false`
Inner class may be 'static': src/main/java/frc/robot/Constants.java#L25
Inner class `BlinkinConstants` may be 'static'
Unused assignment: src/main/java/frc/robot/commands/TurnByThetaCommand.java#L88
Variable `xSpeed` initializer `xSpdFunction.get()` is redundant
Unused assignment: src/main/java/frc/robot/commands/TurnByThetaCommand.java#L89
Variable `ySpeed` initializer `ySpdFunction.get()` is redundant
Unused assignment: src/main/java/frc/robot/commands/TurnByThetaCommand.java#L90
Variable `turningSpeed` initializer `turningSpdFunction.get()` is redundant