[LANG-170] Add ArrayUtils.addFirst() methods.

This commit is contained in:
Gary Gregory 2019-07-18 10:13:22 -04:00
parent 67d4f42b11
commit 63d1a32318
1 changed files with 6 additions and 0 deletions

View File

@ -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" />