2021-09-24 16:04:02 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<FindBugsFilter>
|
2023-12-09 15:34:29 -08:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="CT_CONSTRUCTOR_THROW" />
|
|
|
|
|
</Match>
|
2021-12-09 12:20:08 -08:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="DCN_NULLPOINTER_EXCEPTION" />
|
|
|
|
|
<Class name="edu.wpi.first.wpilibj.test.TestSuite" />
|
|
|
|
|
</Match>
|
2022-10-08 10:01:31 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="DE_MIGHT_IGNORE" />
|
|
|
|
|
<Class name="edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl$Property" />
|
|
|
|
|
</Match>
|
2021-09-24 16:04:02 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="DM_DEFAULT_ENCODING" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="DMI_RANDOM_USED_ONLY_ONCE" />
|
|
|
|
|
</Match>
|
2022-12-02 11:36:10 -05:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="EC_BAD_ARRAY_COMPARE" />
|
|
|
|
|
<Class name="edu.wpi.first.math.estimator.SwerveDrivePoseEstimator$InterpolationRecord" />
|
|
|
|
|
</Match>
|
2021-09-24 16:04:02 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="EI_EXPOSE_REP" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="EI_EXPOSE_REP2" />
|
|
|
|
|
</Match>
|
2022-06-14 20:26:53 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="FL_FLOATS_AS_LOOP_COUNTERS" />
|
|
|
|
|
</Match>
|
2021-12-06 17:42:02 -05:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
|
<Source name="MechanismLigament2d.java" />
|
|
|
|
|
</Match>
|
2021-09-24 16:04:02 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="MS_CANNOT_BE_FINAL" />
|
|
|
|
|
<Class name="edu.wpi.first.wpilibj.examples.pacgoat.Robot" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="MS_EXPOSE_REP" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="MS_MUTABLE_ARRAY" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="NM_CLASS_NAMING_CONVENTION" />
|
|
|
|
|
<Source name="FRCNetComm.java" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT" />
|
|
|
|
|
<Source name="ParallelCommandGroup.java" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT" />
|
|
|
|
|
<Source name="ParallelDeadlineGroup.java" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT" />
|
|
|
|
|
<Source name="ParallelRaceGroup.java" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT" />
|
|
|
|
|
<Source name="ProxyScheduleCommand.java" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT" />
|
|
|
|
|
<Source name="SequentialCommandGroup.java" />
|
|
|
|
|
</Match>
|
2022-11-28 02:23:56 +02:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT" />
|
|
|
|
|
<Source name="SelectCommand.java" />
|
|
|
|
|
</Match>
|
2023-12-09 15:34:29 -08:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="PA_PUBLIC_PRIMITIVE_ATTRIBUTE" />
|
|
|
|
|
</Match>
|
2021-09-24 16:04:02 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" />
|
|
|
|
|
<Source name="AntJunitLauncher.java" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" />
|
|
|
|
|
<Source name="CombinedRuntimeLoader.java" />
|
|
|
|
|
</Match>
|
2022-10-08 10:01:31 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="SF_SWITCH_FALLTHROUGH" />
|
|
|
|
|
<Source name="CameraServer.java" />
|
|
|
|
|
</Match>
|
2022-06-14 20:26:53 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="SSD_DO_NOT_USE_INSTANCE_LOCK_ON_SHARED_STATIC_DATA" />
|
|
|
|
|
<Source name="Ultrasonic.java" />
|
|
|
|
|
</Match>
|
2021-09-24 16:04:02 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
|
|
|
|
|
</Match>
|
2022-10-08 10:01:31 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION" />
|
|
|
|
|
</Match>
|
2022-06-14 20:26:53 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_THROWABLE" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="THROWS_METHOD_THROWS_RUNTIMEEXCEPTION" />
|
|
|
|
|
</Match>
|
2021-09-24 16:04:02 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="UC_USELESS_VOID_METHOD" />
|
|
|
|
|
<Class name="edu.wpi.first.wpilibj.templates.romitimed.Robot" />
|
|
|
|
|
</Match>
|
2023-08-12 02:31:35 -04:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="UC_USELESS_VOID_METHOD" />
|
|
|
|
|
<Class name="edu.wpi.first.wpilibj.templates.xrptimed.Robot" />
|
|
|
|
|
</Match>
|
2021-09-24 16:04:02 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="UC_USELESS_VOID_METHOD" />
|
|
|
|
|
<Class name="edu.wpi.first.wpilibj.templates.timed.Robot" />
|
|
|
|
|
</Match>
|
2023-09-15 20:42:21 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="UC_USELESS_VOID_METHOD" />
|
|
|
|
|
<Class name="edu.wpi.first.wpilibj.templates.timeslice.Robot" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="UC_USELESS_VOID_METHOD" />
|
|
|
|
|
<Class name="edu.wpi.first.wpilibj.templates.timesliceskeleton.Robot" />
|
|
|
|
|
</Match>
|
2021-12-30 19:43:53 -08:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="URF_UNREAD_FIELD" />
|
|
|
|
|
<Class name="edu.wpi.first.wpilibj.ADIS16448_IMU" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="URF_UNREAD_FIELD" />
|
|
|
|
|
<Class name="edu.wpi.first.wpilibj.ADIS16470_IMU" />
|
|
|
|
|
</Match>
|
2024-01-01 22:56:23 -08:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="URF_UNREAD_FIELD" />
|
|
|
|
|
<Class name="edu.wpi.first.wpilibj.AnalogTrigger" />
|
|
|
|
|
</Match>
|
2021-09-24 16:04:02 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD" />
|
|
|
|
|
</Match>
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="VA_FORMAT_STRING_USES_NEWLINE" />
|
|
|
|
|
</Match>
|
2022-12-08 19:47:47 -08:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="SC_START_IN_CTOR" />
|
|
|
|
|
</Match>
|
2022-10-08 10:01:31 -07:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="RV_RETURN_VALUE_OF_PUTIFABSENT_IGNORED" />
|
|
|
|
|
<Class name="edu.wpi.first.networktables.NetworkTableInstance" />
|
|
|
|
|
</Match>
|
2024-02-12 22:33:03 -08:00
|
|
|
<!--
|
|
|
|
|
Strict reading of Object.equals() contract means that whenever equals() behaviour is defined, all implementations
|
|
|
|
|
need to adhere to it. The only reason to override the method (assuming correct API design, of course) is to provide
|
|
|
|
|
a more efficient implementation. This rule would be forcing a @SuppressFBWarnings on perfectly compliant classes.
|
|
|
|
|
More information at https://github.com/spotbugs/spotbugs/issues/511
|
|
|
|
|
-->
|
|
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS" />
|
|
|
|
|
</Match>
|
2024-08-15 00:26:48 +08:00
|
|
|
<Match>
|
|
|
|
|
<Bug pattern="UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD" />
|
|
|
|
|
<Class name="edu.wpi.first.epilogue.EpilogueConfiguration" />
|
|
|
|
|
</Match>
|
2021-09-24 16:04:02 -07:00
|
|
|
</FindBugsFilter>
|