[Fb-contrib-commit] fb-contrib/etc findbugs.xml,1.21,1.22
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2005-10-10 07:05:04
|
Update of /cvsroot/fb-contrib/fb-contrib/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19948/etc Modified Files: findbugs.xml Log Message: do better source line annotating, and re-enable ClassEnvy for now, at least it's close to sane. Index: findbugs.xml =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/etc/findbugs.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- findbugs.xml 5 Oct 2005 03:37:30 -0000 1.21 +++ findbugs.xml 10 Oct 2005 07:05:01 -0000 1.22 @@ -43,8 +43,8 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.ClassEnvy" speed="fast" - reports="CE_CLASS_ENVY" - hidden="true" /> + reports="CE_CLASS_ENVY" /> + <!-- <Detector class="com.mebigfatguy.fbcontrib.detect.FinalParameters" speed="fast" |