mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Upgrade Maven dependencies (#5553)
The following source code changes were required: * Whitespace changes from spotless * PMD warning suppressions for utility class tests * PMD warning rename from "BeanMembersShouldSerialize" to "NonSerializableClass" * Declared more class members as final
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
package edu.wpi.first.wpilibj;
|
||||
|
||||
@SuppressWarnings("PMD.TestClassWithoutTestCases")
|
||||
class RobotControllerTest extends UtilityClassTest<RobotController> {
|
||||
RobotControllerTest() {
|
||||
super(RobotController.class);
|
||||
|
||||
@@ -6,6 +6,7 @@ package edu.wpi.first.wpilibj.livewindow;
|
||||
|
||||
import edu.wpi.first.wpilibj.UtilityClassTest;
|
||||
|
||||
@SuppressWarnings("PMD.TestClassWithoutTestCases")
|
||||
class LiveWindowTest extends UtilityClassTest<LiveWindow> {
|
||||
LiveWindowTest() {
|
||||
super(LiveWindow.class);
|
||||
|
||||
Reference in New Issue
Block a user