mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpiutil] Remove CombinedRuntimeLoader (#8623)
It was only ever for Java tools, which we do not support anymore.
This commit is contained in:
@@ -36,8 +36,7 @@
|
||||
<Or>
|
||||
<Class name="org.wpilib.system.DataLogManager" />
|
||||
<Class name="org.wpilib.system.Filesystem" />
|
||||
<Class name="org.wpilib.util.runtime.CombinedRuntimeLoader" />
|
||||
<Class name="org.wpilib.util.runtime.RuntimeDetector" />
|
||||
<Class name="org.wpilib.util.runtime.RuntimeLoader" />
|
||||
</Or>
|
||||
</Match>
|
||||
<Match>
|
||||
@@ -106,10 +105,6 @@
|
||||
<Match>
|
||||
<Bug pattern="PA_PUBLIC_PRIMITIVE_ATTRIBUTE" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" />
|
||||
<Class name="org.wpilib.util.runtime.CombinedRuntimeLoader" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Bug pattern="RV_RETURN_VALUE_OF_PUTIFABSENT_IGNORED" />
|
||||
<Class name="org.wpilib.networktables.NetworkTableInstance" />
|
||||
|
||||
Reference in New Issue
Block a user