Revision: 19661
          http://sourceforge.net/p/gate/code/19661
Author:   markagreenwood
Date:     2016-10-10 08:01:25 +0000 (Mon, 10 Oct 2016)
Log Message:
-----------
for now we'll ignore unused private methods, and we'll look into figuring out 
what they are for at some later date

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

Modified: gate/branches/sawdust2/gate-core/findbugs-excluded.xml
===================================================================
--- gate/branches/sawdust2/gate-core/findbugs-excluded.xml      2016-10-10 
07:57:55 UTC (rev 19660)
+++ gate/branches/sawdust2/gate-core/findbugs-excluded.xml      2016-10-10 
08:01:25 UTC (rev 19661)
@@ -7,6 +7,12 @@
          -->
          <Bug pattern="DM_DEFAULT_ENCODING" />
          <Bug pattern="DM_CONVERT_CASE" />
+
+         <!--
+         Whilst unused private methods are indicative of bad code, at the 
moment we don't
+         really care about them too much, so just for now we'll ignore them
+         -->
+         <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD" />
       </Or>
    </Match>
 

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