Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Apr 18, 2021
1 parent 03f5597 commit c4019e7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spotbugs-exclude-filter.xml
Expand Up @@ -23,6 +23,20 @@
-->
<FindBugsFilter>

<!-- https://github.com/spotbugs/spotbugs/issues/1504 -->
<Match>
<Class name="org.apache.commons.lang3.ArrayUtils" />
<Method name="shuffle" />
<Bug pattern="DMI_RANDOM_USED_ONLY_ONCE" />
</Match>

<!-- https://github.com/spotbugs/spotbugs/issues/1504 -->
<Match>
<Class name="org.apache.commons.lang3.RandomStringUtils" />
<Method name="random" />
<Bug pattern="DMI_RANDOM_USED_ONLY_ONCE" />
</Match>

<Match>
<Class name="org.apache.commons.lang3.ArrayUtils" />
<Method name="addFirst" />
Expand Down

0 comments on commit c4019e7

Please sign in to comment.