Remove SpotBugs exclusions for fixed SpotBugs bug
DMI_RANDOM_USED_ONLY_ONCE https://github.com/spotbugs/spotbugs/issues/1504
This commit is contained in:
parent
7659889a06
commit
cbc44a3045
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue