[examples] Add Java Examples and Templates for the XRP (#5529)

This commit is contained in:
Zhiquan Yeo
2023-08-12 02:31:35 -04:00
committed by GitHub
parent e8b5d44752
commit 86d7bbc4e4
40 changed files with 2613 additions and 0 deletions

View File

@@ -108,6 +108,10 @@
<Bug pattern="UC_USELESS_VOID_METHOD" />
<Class name="edu.wpi.first.wpilibj.templates.romitimed.Robot" />
</Match>
<Match>
<Bug pattern="UC_USELESS_VOID_METHOD" />
<Class name="edu.wpi.first.wpilibj.templates.xrptimed.Robot" />
</Match>
<Match>
<Bug pattern="UC_USELESS_VOID_METHOD" />
<Class name="edu.wpi.first.wpilibj.templates.timed.Robot" />