[Fb-contrib-commit] SF.net SVN: fb-contrib:[1069] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/d
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-08-08 17:58:02
|
Revision: 1069 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1069&view=rev Author: dbrosius Date: 2008-08-08 17:58:09 +0000 (Fri, 08 Aug 2008) Log Message: ----------- remove unused Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/LoggerOddities.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/LoggerOddities.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/LoggerOddities.java 2008-08-08 15:56:24 UTC (rev 1068) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/LoggerOddities.java 2008-08-08 17:58:09 UTC (rev 1069) @@ -146,7 +146,6 @@ if (loggingClassName != null) { if (stack.getStackDepth() > 0) { - OpcodeStack.Item item = stack.getStackItem(0); if ((loggingClassName != null) && !loggingClassName.equals(clsName)) { bugReporter.reportBug(new BugInstance(this, "LO_SUSPECT_LOG_CLASS", clsName.contains("$") ? LOW_PRIORITY : NORMAL_PRIORITY) .addClass(this) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |