svn commit: r161530 - jakarta/bcel/trunk/src/java/org/apache/bcel/generic/ANEWARRAY.java

[email protected]
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <[email protected]>
Author: dbrosius
Date: Fri Apr 15 17:52:35 2005
New Revision: 161530

URL: http://svn.apache.org/viewcvs?view=rev&rev=161530
Log:
Fix bug:19352 ANEWARRAY should implement StackConsumer

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

Modified: jakarta/bcel/trunk/src/java/org/apache/bcel/generic/ANEWARRAY.java
URL: http://svn.apache.org/viewcvs/jakarta/bcel/trunk/src/java/org/apache/bcel/generic/ANEWARRAY.java?view=diff&r1=161529&r2=161530
==============================================================================
--- jakarta/bcel/trunk/src/java/org/apache/bcel/generic/ANEWARRAY.java (original)
+++ jakarta/bcel/trunk/src/java/org/apache/bcel/generic/ANEWARRAY.java Fri Apr 15 17:52:35 2005
@@ -26,7 +26,7 @@
  * @author  <A HREF="mailto:[email protected]">M. Dahm</A>
  */
 public class ANEWARRAY extends CPInstruction
-  implements LoadClass, AllocationInstruction, ExceptionThrower, StackProducer {
+  implements LoadClass, AllocationInstruction, ExceptionThrower, StackConsumer, StackProducer {
   /**
    * Empty constructor needed for the Class.newInstance() statement in
    * Instruction.readInstruction(). Not to be used otherwise.
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.