You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2014/04/24 14:51:19 UTC

[jira] [Updated] (BCEL-10) Typo in javadocs

     [ https://issues.apache.org/jira/browse/BCEL-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bourg updated BCEL-10:
-------------------------------

      Component/s:     (was: Main)
                   Documentation
      Description: 
The PUTSTATIC instruction does not take an objref as parameter:

{code}
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>
{code}

  was:
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>

         Priority: Trivial
      Environment:     (was: Operating System: other
Platform: Other)
    Fix Version/s: 5.2
         Priority:   (was: P3)
         Severity:   (was: normal)

> Typo in javadocs
> ----------------
>
>                 Key: BCEL-10
>                 URL: https://issues.apache.org/jira/browse/BCEL-10
>             Project: Commons BCEL
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 5.0
>            Reporter: wombat
>            Assignee: Apache Commons Developers
>            Priority: Trivial
>             Fix For: 5.2
>
>
> The PUTSTATIC instruction does not take an objref as parameter:
> {code}
> 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>
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)