Revision: 19651
          http://sourceforge.net/p/gate/code/19651
Author:   markagreenwood
Date:     2016-10-08 07:23:32 +0000 (Sat, 08 Oct 2016)
Log Message:
-----------
there are some classes which we won't ever edit, or bugs we won't ever fix so 
lets exclude them from the results to make it easier to concentrate on things 
we do want to fix

Modified Paths:
--------------
    gate/branches/sawdust2/gate-core/pom.xml

Added Paths:
-----------
    gate/branches/sawdust2/gate-core/findbugs-excluded.xml

Added: gate/branches/sawdust2/gate-core/findbugs-excluded.xml
===================================================================
--- gate/branches/sawdust2/gate-core/findbugs-excluded.xml                      
        (rev 0)
+++ gate/branches/sawdust2/gate-core/findbugs-excluded.xml      2016-10-08 
07:23:32 UTC (rev 19651)
@@ -0,0 +1,19 @@
+<FindBugsFilter>
+   <Match>
+      <Or>
+         <!--
+         It isn't always clear what encoding should be used so for now we're 
going to
+         ignore these. We'll revist this issue at some future point.
+         -->
+         <Bug pattern="DM_DEFAULT_ENCODING" />
+      </Or>
+   </Match>
+
+   <!--
+   Don't bother checking packages where the code is auto-generated as there is
+   nothing we can do to fix any errors that are found anyway.
+   -->
+   <Match>
+      <Package name="~gate\.creole\.annic\.apache\.lucene.*" />
+   </Match>
+</FindBugsFilter>

Modified: gate/branches/sawdust2/gate-core/pom.xml
===================================================================
--- gate/branches/sawdust2/gate-core/pom.xml    2016-10-08 01:24:55 UTC (rev 
19650)
+++ gate/branches/sawdust2/gate-core/pom.xml    2016-10-08 07:23:32 UTC (rev 
19651)
@@ -562,6 +562,7 @@
                                <configuration>
                                        
<findbugsXmlOutput>true</findbugsXmlOutput>
                                
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
+                               
<excludeFilterFile>findbugs-excluded.xml</excludeFilterFile>
                                        <xmlOutput>true</xmlOutput>
                                        <effort>Max</effort>
                                        <threshold>Low</threshold>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to