Spotbugs JDK 8 cleanups.

This commit is contained in:
Erik C. Thauvin 2019-04-20 06:24:53 -07:00
parent bae9c82ba8
commit 59626b1d94
6 changed files with 27 additions and 15 deletions

View file

@ -27,4 +27,10 @@
</Or>
<Bug pattern="FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY"/>
</Match>
<Match>
<Class name="net.thauvin.erik.mobibot.Mobibot"/>
<Method name="main"/>
<Bug pattern="PATH_TRAVERSAL_OUT"/>
<Confidence value="1"/>
</Match>
</FindBugsFilter>