[Fb-contrib-commit] fb-contrib/etc findbugs.xml,1.19,1.20
Brought to you by:
dbrosius
From: Dave B. <dbr...@us...> - 2005-10-02 22:13:55
|
Update of /cvsroot/fb-contrib/fb-contrib/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25068/etc Modified Files: findbugs.xml Log Message: finalize parameters, and then realized that the FinalParameters detector is fatally flawed, so hide it, for now.... ever? Index: findbugs.xml =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/etc/findbugs.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- findbugs.xml 25 Sep 2005 06:09:03 -0000 1.19 +++ findbugs.xml 1 Oct 2005 07:22:44 -0000 1.20 @@ -44,11 +44,12 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.ClassEnvy" speed="fast" reports="CE_CLASS_ENVY" - hidden="true"/> + hidden="true" /> <Detector class="com.mebigfatguy.fbcontrib.detect.FinalParameters" speed="fast" - reports="FP_FINAL_PARAMETERS" /> + reports="FP_FINAL_PARAMETERS" + hidden="true" /> <Detector class="com.mebigfatguy.fbcontrib.detect.LiteralStringComparison" speed="fast" |