Uploaded image for project: 'Commons BCEL'
  1. Commons BCEL
  2. BCEL-10

Typo in javadocs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 5.0
    • 5.2
    • Documentation
    • None

    Description

      The PUTSTATIC instruction does not take an objref as parameter:

      Index: PUTSTATIC.java
      ===================================================================
      RCS file:
      /home/cvspublic/jakarta-bcel/src/java/org/apache/bcel/generic/PUTSTATIC.java,v
      retrieving revision 1.1.1.1
      diff -u -r1.1.1.1 PUTSTATIC.java
      --- PUTSTATIC.java      29 Oct 2001 20:00:25 -0000      1.1.1.1
      +++ PUTSTATIC.java      12 Sep 2002 09:55:51 -0000
      @@ -59,9 +59,9 @@
      
       /**
        * PUTSTATIC - Put static field in class
      - * <PRE>Stack: ..., objectref, value -&gt; ...</PRE>
      + * <PRE>Stack: ..., value -&gt; ...</PRE>
        * OR
      - * <PRE>Stack: ..., objectref, value.word1, value.word2 -&gt; ...</PRE>
      + * <PRE>Stack: ..., value.word1, value.word2 -&gt; ...</PRE>
        *
        * @version $Id: PUTSTATIC.java,v 1.1.1.1 2001/10/29 20:00:25 jvanzyl Exp $
        * @author  <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
      

      Attachments

        Activity

          People

            issues@commons.apache.org Apache Commons Developers
            wombat@uni.de wombat
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: