[Fb-contrib-commit] SF.net SVN: fb-contrib:[1522] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-03-13 21:21:16
|
Revision: 1522
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1522&view=rev
Author: dbrosius
Date: 2010-03-13 21:21:09 +0000 (Sat, 13 Mar 2010)
Log Message:
-----------
clear the staticMethodCalls collection on new method
Modified Paths:
--------------
trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/PossiblyRedundantMethodCalls.java
Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/PossiblyRedundantMethodCalls.java
===================================================================
--- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/PossiblyRedundantMethodCalls.java 2010-03-13 21:15:44 UTC (rev 1521)
+++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/PossiblyRedundantMethodCalls.java 2010-03-13 21:21:09 UTC (rev 1522)
@@ -155,6 +155,7 @@
stack.resetForMethodEntry(this);
localMethodCalls.clear();
fieldMethodCalls.clear();
+ staticMethodCalls.clear();
branchTargets.clear();
CodeException[] codeExceptions = obj.getExceptionTable();
for (CodeException codeEx : codeExceptions) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|