Showing 4 of 130 total issues
Manipulation
has 36 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class Manipulation implements Loggable, Configurable { private DoubleSolenoidWrapper tilt; private TalonSrxWrapper first; private TalonSrxWrapper second; private TalonSrxWrapper secondFollower;
- Create a ticketCreate a ticket
File Robot.java
has 308 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
package org.redalert1741.powerup; import edu.wpi.cscore.UsbCamera;import edu.wpi.first.wpilibj.CameraServer;import edu.wpi.first.wpilibj.DigitalInput;
- Create a ticketCreate a ticket
Method autonomousInit
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override public void autonomousInit() { startLogging(data, "auto"); reloadConfig();
- Create a ticketCreate a ticket
Method autonomousInit
has a Cognitive Complexity of 12 (exceeds 10 allowed). Consider refactoring. Open
Open
@Override public void autonomousInit() { startLogging(data, "auto"); reloadConfig();
- Read upRead up
- Create a ticketCreate a ticket