Skip to content

WIP: feat(motors): implement all standard FRC motors #1

WIP: feat(motors): implement all standard FRC motors

WIP: feat(motors): implement all standard FRC motors #1

Triggered via pull request August 21, 2024 19:28
Status Success
Total duration 26s
Artifacts 1

pmd.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Unused import 'edu.wpi.first.wpilibj.motorcontrol.MotorController': src/main/java/net/frc5183/librobot/hardware/motor/SparkMaxMotor.java#L5
Reports import statements that can be removed. They are either unused, duplicated, or the members they import are already implicitly in scope, because they're in java.lang, or the current package. If some imports cannot be resolved, for instance because you run PMD with an incomplete auxiliary classpath, some imports may be conservatively marked as used even if they're not to avoid false positives. UnnecessaryImport (Priority: 4, Ruleset: Code Style) https://docs.pmd-code.org/pmd-doc-7.4.0/pmd_rules_java_codestyle.html#unnecessaryimport
Unused import 'edu.wpi.first.wpilibj.motorcontrol.MotorController': src/main/java/net/frc5183/librobot/hardware/motor/TalonFXMotor.java#L4
Reports import statements that can be removed. They are either unused, duplicated, or the members they import are already implicitly in scope, because they're in java.lang, or the current package. If some imports cannot be resolved, for instance because you run PMD with an incomplete auxiliary classpath, some imports may be conservatively marked as used even if they're not to avoid false positives. UnnecessaryImport (Priority: 4, Ruleset: Code Style) https://docs.pmd-code.org/pmd-doc-7.4.0/pmd_rules_java_codestyle.html#unnecessaryimport

Artifacts

Produced during runtime
Name Size
PMD Report Expired
931 Bytes