Revision: 683
Author: allain.lalonde
Date: Thu Oct  8 15:12:22 2009
Log: Makind FindBugs ignore any Test classes and example classes.
http://code.google.com/p/piccolo2d/source/detail?r=683

Added:
  /piccolo2d.java/trunk/core/src/build/conf/findbugs-exclude.xml
Modified:
  /piccolo2d.java/trunk/parent/pom.xml

=======================================
--- /dev/null
+++ /piccolo2d.java/trunk/core/src/build/conf/findbugs-exclude.xml      Thu Oct 
  
8 15:12:22 2009
@@ -0,0 +1,11 @@
+<FindBugsFilter>
+       <!-- filter out test classes with medium (2) or low (3) warnings -->
+       <Match>
+               <Or>
+                       <Class name="~.*Test" />
+               </Or>
+               <Or>
+                       <Class name="*.examples.*" />
+               </Or>
+       </Match>
+</FindBugsFilter>
=======================================
--- /piccolo2d.java/trunk/parent/pom.xml        Fri Sep 18 21:31:10 2009
+++ /piccolo2d.java/trunk/parent/pom.xml        Thu Oct  8 15:12:22 2009
@@ -86,12 +86,8 @@
      </license>
    </licenses>
    <scm>
-    <connection>
-      scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk
-    </connection>
-    <developerConnection>
-      scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk
-    </developerConnection>
+     
<connection>scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk</connection>
+     
<developerConnection>scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk</developerConnection>
       
<url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/trunk</url>
    </scm>
    <organization>
@@ -294,6 +290,7 @@
            <xmlOutput>true</xmlOutput>
            <xmlOutputDirectory>target/site</xmlOutputDirectory>
            <includeTests>false</includeTests>
+           
<excludeFilterFile>${basedir}/src/build/conf/findbugs-exclude.xml</excludeFilterFile>
            <!--
              <xmlOutput>true|false</xmlOutput> <xmlOutputDirectory>directory
              location of xml findbugs report</xmlOutputDirectory>

--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to