[Fb-contrib-commit] SF.net SVN: fb-contrib: [677] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-10-28 18:22:56
|
Revision: 677 http://svn.sourceforge.net/fb-contrib/?rev=677&view=rev Author: dbrosius Date: 2006-10-28 11:21:35 -0700 (Sat, 28 Oct 2006) Log Message: ----------- change to SCRV Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SuspiciousComparatorReturnValues.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SuspiciousComparatorReturnValues.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SuspiciousComparatorReturnValues.java 2006-10-28 18:15:56 UTC (rev 676) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SuspiciousComparatorReturnValues.java 2006-10-28 18:21:35 UTC (rev 677) @@ -81,7 +81,7 @@ if (!indeterminate) { boolean seenAll = seenNegative & seenPositive & seenZero; if (!seenAll) { - bugReporter.reportBug(new BugInstance(this, "SC_SUSPICIOUS_COMPARATOR", NORMAL_PRIORITY) + bugReporter.reportBug(new BugInstance(this, "SC_SUSPICIOUS_COMPARATOR_RETURN_VALUES", NORMAL_PRIORITY) .addClass(this) .addMethod(this) .addSourceLine(this, 0)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |