Two more false positives
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@755447 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e8512544ed
commit
c957e2394e
|
@ -35,4 +35,16 @@
|
|||
<Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ" />
|
||||
</Match>
|
||||
|
||||
<Match>
|
||||
<Class name="org.apache.commons.lang.BooleanUtils" />
|
||||
<Method name="negate"/>
|
||||
<Bug pattern="NP_BOOLEAN_RETURN_NULL" />
|
||||
</Match>
|
||||
|
||||
<Match>
|
||||
<Class name="org.apache.commons.lang.BooleanUtils" />
|
||||
<Method name="toBooleanObject"/>
|
||||
<Bug pattern="NP_BOOLEAN_RETURN_NULL" />
|
||||
</Match>
|
||||
|
||||
</FindBugsFilter>
|
||||
|
|
Loading…
Reference in New Issue