Updated find bugs filter to ignore more false positives

This commit is contained in:
Trustin Lee 2009-03-12 07:27:51 +00:00
parent c58568e094
commit 6c57969348

View File

@ -33,6 +33,11 @@
</Or>
<Bug pattern="USM_USELESS_SUBCLASS_METHOD"/>
</Match>
<Match>
<Class name="~.*HttpTunnelingChannelHandler"/>
<Method name="~await.*"/>
<Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE,RV_RETURN_VALUE_IGNORED2"/>
</Match>
<!-- Known issues that don't matter -->
<Match>
<Or>