[Fb-contrib-commit] SF.net SVN: fb-contrib: [679] trunk/fb-contrib/etc/findbugs.xml
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-10-29 00:07:51
|
Revision: 679 http://svn.sourceforge.net/fb-contrib/?rev=679&view=rev Author: dbrosius Date: 2006-10-28 17:07:46 -0700 (Sat, 28 Oct 2006) Log Message: ----------- fix name Modified Paths: -------------- trunk/fb-contrib/etc/findbugs.xml Modified: trunk/fb-contrib/etc/findbugs.xml =================================================================== --- trunk/fb-contrib/etc/findbugs.xml 2006-10-28 18:29:46 UTC (rev 678) +++ trunk/fb-contrib/etc/findbugs.xml 2006-10-29 00:07:46 UTC (rev 679) @@ -250,7 +250,7 @@ speed="fast" reports="PIS_POSSIBLE_INCOMPLETE_SERIALIZATION" /> - <Detector class="com.mebigfatguy.fbcontrib.detect.SuspiciousComparator" + <Detector class="com.mebigfatguy.fbcontrib.detect.SuspiciousComparatorReturnValues" speed="fast" reports="SC_SUSPICIOUS_COMPARATOR_RETURN_VALUES"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |