[LANG-170] Add ArrayUtils.addFirst() methods.
This commit is contained in:
parent
67d4f42b11
commit
63d1a32318
|
@ -23,6 +23,12 @@
|
|||
-->
|
||||
<FindBugsFilter>
|
||||
|
||||
<Match>
|
||||
<Class name="org.apache.commons.lang3.ArrayUtils" />
|
||||
<Method name="addFirst" />
|
||||
<Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE" />
|
||||
</Match>
|
||||
|
||||
<!-- Reason: Optimization to use == -->
|
||||
<Match>
|
||||
<Class name="org.apache.commons.lang3.BooleanUtils" />
|
||||
|
|
Loading…
Reference in New Issue