sebb        2004/06/06 15:28:40

  Modified:    .        fb-excludes.xml
  Log:
  Add comments; exclude some warnings
  
  Revision  Changes    Path
  1.3       +14 -1     jakarta-jmeter/fb-excludes.xml
  
  Index: fb-excludes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/fb-excludes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- fb-excludes.xml   19 Oct 2003 21:40:08 -0000      1.2
  +++ fb-excludes.xml   6 Jun 2004 22:28:40 -0000       1.3
  @@ -1,5 +1,18 @@
   <FindBugsFilter>
  +      <Match classregex=".*\.PackageTest">
  +             <BugCode name="OS"/>
  +      </Match>
  +      <Match classregex=".*\$Test">
  +             <BugCode name="OS"/>
  +      </Match>
        <Match classregex=".*" >
  -       <BugCode name="xxx" />
  +             <!-- 
  +             EI,EI2 - may expose internal representation
  +             IS2 - Inconsistent synchronisation
  +             MS - mutable static field
  +             Se - serialisation
  +             SIC - should be static inner class?
  +             -->
  +       <BugCode name="EI,EI2,IS2" />
        </Match>
   </FindBugsFilter>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to