Remove SpotBugs exclusions for fixed SpotBugs bug

DMI_RANDOM_USED_ONLY_ONCE
https://github.com/spotbugs/spotbugs/issues/1504
This commit is contained in:
Gary Gregory 2023-12-09 10:21:55 -05:00
parent 7659889a06
commit cbc44a3045
1 changed files with 0 additions and 14 deletions

View File

@ -60,20 +60,6 @@
<Bug pattern="CT_CONSTRUCTOR_THROW" />
</Match>
<!-- 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" />