[Fb-contrib-commit] SF.net SVN: fb-contrib:[1188] trunk/fb-contrib/etc/findbugs.xml
Brought to you by:
dbrosius
From: <dbr...@us...> - 2009-05-03 04:34:03
|
Revision: 1188 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1188&view=rev Author: dbrosius Date: 2009-05-03 04:33:59 +0000 (Sun, 03 May 2009) Log Message: ----------- embellish LO with LO_SUSPECT_LOG_PARAMETER Modified Paths: -------------- trunk/fb-contrib/etc/findbugs.xml Modified: trunk/fb-contrib/etc/findbugs.xml =================================================================== --- trunk/fb-contrib/etc/findbugs.xml 2009-05-03 04:33:44 UTC (rev 1187) +++ trunk/fb-contrib/etc/findbugs.xml 2009-05-03 04:33:59 UTC (rev 1188) @@ -322,7 +322,7 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.LoggerOddities" speed="fast" - reports="LO_SUSPECT_LOG_CLASS" /> + reports="LO_SUSPECT_LOG_CLASS,LO_SUSPECT_LOG_PARAMETER" /> <Detector class="com.mebigfatguy.fbcontrib.detect.IncorrectInternalClassUse" speed="fast" @@ -457,6 +457,7 @@ <BugPattern abbrev="WEM" type="WEM_WEAK_EXCEPTION_MESSAGING" category="STYLE" /> <BugPattern abbrev="SCSS" type="SCSS_SUSPICIOUS_CLUSTERED_SESSION_SUPPORT" category="CORRECTNESS" /> <BugPattern abbrev="LO" type="LO_SUSPECT_LOG_CLASS" category="CORRECTNESS" /> + <BugPattern abbrev="LO" type="LO_SUSPECT_LOG_PARAMETER" category="CORRECTNESS" /> <BugPattern abbrev="IICU" type="IICU_INCORRECT_INTERNAL_CLASS_USE" category="CORRECTNESS" /> <BugPattern abbrev="DSOC" type="DSOC_DUBIOUS_SET_OF_COLLECTIONS" category="PERFORMANCE" /> <BugPattern abbrev="BED" type="BED_BOGUS_EXCEPTION_DECLARATION" category="CORRECTNESS" experimental="true" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |