Update of /cvsroot/fb-contrib/fb-contrib/etc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19124/etc
Modified Files:
findbugs.xml messages.xml
Log Message:
CBX is only moderately fast
Index: messages.xml
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/etc/messages.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- messages.xml 30 Dec 2005 06:33:43 -0000 1.41
+++ messages.xml 31 Dec 2005 03:18:56 -0000 1.42
@@ -354,6 +354,7 @@
<p>Looks for methods that are declared as abstract that override concrete methods in a
super class. Doing this casts away the implementation of the super class, and breaks
the contract as set forth by the parent class.</p>
+ <p>It is a fast Detector</p>
]]>
</Details>
</Detector>
@@ -365,6 +366,7 @@
and custom values together. Doing so makes brittle code, that is difficult to
modify, validate and understand. It is cleaner to create external xml files that are
transformed at runtime, using parameters set through Transformer.setParameter.
+ <p>It is a moderately fast Detector</p>
]]>
</Details>
</Detector>
Index: findbugs.xml
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/etc/findbugs.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- findbugs.xml 30 Dec 2005 06:33:43 -0000 1.47
+++ findbugs.xml 31 Dec 2005 03:18:56 -0000 1.48
@@ -123,7 +123,7 @@
reports="AOM_ABSTRACT_OVERRIDDEN_METHOD" />
<Detector class="com.mebigfatguy.fbcontrib.detect.CustomBuiltXML"
- speed="fast"
+ speed="moderate"
reports="CBX_CUSTOM_BUILT_XML" />
<!-- BugPattern -->
|