Re: cvs commit: jakarta-bcel/src/java/org/apache/bcel/generic RET.java
Andrew Huntwork <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
Maybe the the fixes contained in bugs 26532 and 26533 could also be committed? They are extremely trivial fixes for fairly seroius bugs in core BCEL classes (InstructionList and IINC), so I would think they should get some attention. [email protected] wrote: > enver 2004/02/22 14:27:30 > > Modified: src/java/org/apache/bcel/generic RET.java > Log: > PR: Correct dok on RET which does not affect the stack. > Obtained from: BCEL-list > Submitted by: Ed Price > Reviewed by: Enver Haase > > Revision Changes Path > 1.3 +2 -2 jakarta-bcel/src/java/org/apache/bcel/generic/RET.java > > Index: RET.java > =================================================================== > RCS file: /home/cvs/jakarta-bcel/src/java/org/apache/bcel/generic/RET.java,v > retrieving revision 1.2 > retrieving revision 1.3 > diff -u -r1.2 -r1.3 > --- RET.java 23 May 2003 07:55:17 -0000 1.2 > +++ RET.java 22 Feb 2004 22:27:30 -0000 1.3 > @@ -59,7 +59,7 @@ > /** > * RET - Return from subroutine > * > - * <PRE>Stack: ..., -> ..., address</PRE> > + * <PRE>Stack: ... -> ...</PRE> > * > * @version $Id$ > * @author <A HREF="mailto:[email protected]">M. Dahm</A> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >