[wpiutil] Remove CombinedRuntimeLoader (#8623)

It was only ever for Java tools, which we do not support anymore.
This commit is contained in:
Thad House
2026-02-27 20:15:17 -08:00
committed by GitHub
parent 46a911d50c
commit 880ffe94f2
14 changed files with 56 additions and 451 deletions

View File

@@ -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" />