[Fb-contrib-commit] SF.net SVN: fb-contrib: [689] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-11-19 04:33:47
|
Revision: 689 http://svn.sourceforge.net/fb-contrib/?rev=689&view=rev Author: dbrosius Date: 2006-11-18 20:33:43 -0800 (Sat, 18 Nov 2006) Log Message: ----------- comment out sb Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java 2006-11-19 03:58:19 UTC (rev 688) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java 2006-11-19 04:33:43 UTC (rev 689) @@ -115,10 +115,10 @@ String signature = getSigConstantOperand(); if ("(I)V".equals(signature)) { if (lastOpcode == BIPUSH) { - bugReporter.reportBug(new BugInstance(this, "SPP_NO_CHAR_SB_CTOR", NORMAL_PRIORITY) - .addClass(this) - .addMethod(this) - .addSourceLine(this)); + //bugReporter.reportBug(new BugInstance(this, "SPP_NO_CHAR_SB_CTOR", NORMAL_PRIORITY) + // .addClass(this) + // .addMethod(this) + // .addSourceLine(this)); } } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |