Author: dbrosius
Date: Thu Aug 11 15:19:27 2005
New Revision: 231527

URL: http://svn.apache.org/viewcvs?rev=231527&view=rev
Log:
rollback

Modified:
    jakarta/bcel/trunk/src/java/org/apache/bcel/generic/LocalVariableGen.java

Modified: 
jakarta/bcel/trunk/src/java/org/apache/bcel/generic/LocalVariableGen.java
URL: 
http://svn.apache.org/viewcvs/jakarta/bcel/trunk/src/java/org/apache/bcel/generic/LocalVariableGen.java?rev=231527&r1=231526&r2=231527&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/java/org/apache/bcel/generic/LocalVariableGen.java 
(original)
+++ jakarta/bcel/trunk/src/java/org/apache/bcel/generic/LocalVariableGen.java 
Thu Aug 11 15:19:27 2005
@@ -58,12 +58,6 @@
     this.name  = name;
     this.type  = type;
     this.index  = index;
-    // setStart and setEnd add 'this' to a HashSet, causing the hash to 
compute.
-    // The hash uses start and end, so set them before calling setStart/setEnd.
-    // Otherwise, the remove will fail because the hash is different than the 
add.
-    // Icky, but should be ok. See Bug: 36110  -- dbrosius
-    this.start = start;
-    this.end = end;
     setStart(start);
     setEnd(end);
   }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to