Codebase list findbugs / debian/3.1.0_preview2-3 src / sampleXml / sampleFilterFile.xml
debian/3.1.0_preview2-3

Tree @debian/3.1.0_preview2-3 (Download .tar.gz)

sampleFilterFile.xml @debian/3.1.0_preview2-3

bae81f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<?xml version="1.0" encoding="UTF-8"?>

<FindBugsFilter>
  <And>
    <Rank value="16"/>
    <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
  </And>
  <And>
    <Class name="edu.umd.cs.findbugs.util.FractionalMultiset"/>
    <Bug pattern="DMI_ENTRY_SETS_MAY_REUSE_ENTRY_OBJECTS"/>
  </And>
  <And>
    <Class name="~edu.umd.cs.findbugs.detect\.[^.]+"/>
    <Bug category="EXPERIMENTAL"/>
  </And>
  <And>
    <Designation designation="MOSTLY_HARMLESS"/>
    <Bug pattern="SF_SWITCH_NO_DEFAULT"/>
  </And>
</FindBugsFilter>