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:
Sebastian Bazley 2009-03-17 23:51:21 +00:00
parent e8512544ed
commit c957e2394e
1 changed files with 12 additions and 0 deletions

View File

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