Austin Schuh | 812d0d1 | 2021-11-04 20:16:48 -0700 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <FindBugsFilter> |
| 3 | <Match> |
| 4 | <Bug pattern="DM_DEFAULT_ENCODING" /> |
| 5 | </Match> |
| 6 | <Match> |
| 7 | <Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME" /> |
| 8 | </Match> |
| 9 | <Match> |
| 10 | <Bug pattern="DMI_RANDOM_USED_ONLY_ONCE" /> |
| 11 | </Match> |
| 12 | <Match> |
| 13 | <Bug pattern="EI_EXPOSE_REP" /> |
| 14 | </Match> |
| 15 | <Match> |
| 16 | <Bug pattern="EI_EXPOSE_REP2" /> |
| 17 | </Match> |
| 18 | <Match> |
| 19 | <Bug pattern="MS_CANNOT_BE_FINAL" /> |
| 20 | <Class name="edu.wpi.first.wpilibj.examples.pacgoat.Robot" /> |
| 21 | </Match> |
| 22 | <Match> |
| 23 | <Bug pattern="MS_EXPOSE_REP" /> |
| 24 | </Match> |
| 25 | <Match> |
| 26 | <Bug pattern="MS_MUTABLE_ARRAY" /> |
| 27 | </Match> |
| 28 | <Match> |
| 29 | <Bug pattern="NM_CLASS_NAMING_CONVENTION" /> |
| 30 | <Source name="FRCNetComm.java" /> |
| 31 | </Match> |
| 32 | <Match> |
| 33 | <Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT" /> |
| 34 | <Source name="ParallelCommandGroup.java" /> |
| 35 | </Match> |
| 36 | <Match> |
| 37 | <Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT" /> |
| 38 | <Source name="ParallelDeadlineGroup.java" /> |
| 39 | </Match> |
| 40 | <Match> |
| 41 | <Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT" /> |
| 42 | <Source name="ParallelRaceGroup.java" /> |
| 43 | </Match> |
| 44 | <Match> |
| 45 | <Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT" /> |
| 46 | <Source name="ProxyScheduleCommand.java" /> |
| 47 | </Match> |
| 48 | <Match> |
| 49 | <Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT" /> |
| 50 | <Source name="SequentialCommandGroup.java" /> |
| 51 | </Match> |
| 52 | <Match> |
| 53 | <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" /> |
| 54 | <Source name="AntJunitLauncher.java" /> |
| 55 | </Match> |
| 56 | <Match> |
| 57 | <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" /> |
| 58 | <Source name="CombinedRuntimeLoader.java" /> |
| 59 | </Match> |
| 60 | <Match> |
| 61 | <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" /> |
| 62 | <Source name="RuntimeLoader.java" /> |
| 63 | </Match> |
| 64 | <Match> |
| 65 | <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" /> |
| 66 | </Match> |
| 67 | <Match> |
| 68 | <Bug pattern="UC_USELESS_VOID_METHOD" /> |
| 69 | <Class name="edu.wpi.first.wpilibj.templates.romitimed.Robot" /> |
| 70 | </Match> |
| 71 | <Match> |
| 72 | <Bug pattern="UC_USELESS_VOID_METHOD" /> |
| 73 | <Class name="edu.wpi.first.wpilibj.templates.timed.Robot" /> |
| 74 | </Match> |
| 75 | <Match> |
| 76 | <Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD" /> |
| 77 | </Match> |
| 78 | <Match> |
| 79 | <Bug pattern="VA_FORMAT_STRING_USES_NEWLINE" /> |
| 80 | </Match> |
| 81 | </FindBugsFilter> |