mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Clean up Java warning suppressions (#4433)
Checkstyle naming conventions were changed to allow most of what's in wpimath. Naming rules were disabled completely in wpimath since almost all suppressions are for math notation.
This commit is contained in:
@@ -80,7 +80,6 @@ public final class RuntimeLoader<T> {
|
||||
*
|
||||
* @throws IOException if the library fails to load
|
||||
*/
|
||||
@SuppressWarnings("PMD.PreserveStackTrace")
|
||||
public void loadLibrary() throws IOException {
|
||||
try {
|
||||
// First, try loading path
|
||||
@@ -132,7 +131,6 @@ public final class RuntimeLoader<T> {
|
||||
*
|
||||
* @throws IOException if the library failed to load
|
||||
*/
|
||||
@SuppressWarnings({"PMD.PreserveStackTrace", "PMD.EmptyWhileStmt"})
|
||||
public void loadLibraryHashed() throws IOException {
|
||||
try {
|
||||
// First, try loading path
|
||||
|
||||
Reference in New Issue
Block a user