svn commit: r231527 - /jakarta/bcel/trunk/src/java/org/apache/bcel/generic/LocalVariableGen.java

[email protected]
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <[email protected]>
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);
   }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.