Revision: 726
http://svn.sourceforge.net/fb-contrib/?rev=726&view=rev
Author: dbrosius
Date: 2006-12-12 21:37:35 -0800 (Tue, 12 Dec 2006)
Log Message:
-----------
reset xmlConfidentCount on method entry... oops
Modified Paths:
--------------
trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/CustomBuiltXML.java
Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/CustomBuiltXML.java
===================================================================
--- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/CustomBuiltXML.java 2006-12-13 04:40:01 UTC (rev 725)
+++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/CustomBuiltXML.java 2006-12-13 05:37:35 UTC (rev 726)
@@ -100,6 +100,7 @@
public void visitCode(Code obj) {
stack.resetForMethodEntry(this);
xmlItemCount = 0;
+ xmlConfidentCount = 0;
firstPC = -1;
super.visitCode(obj);
if ((xmlItemCount >= lowReportingThreshold)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|