You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by en...@apache.org on 2003/02/13 12:18:24 UTC

cvs commit: jakarta-bcel/src/java/org/apache/bcel/util ClassSet.java

enver       2003/02/13 03:18:24

  Modified:    src/java/org/apache/bcel/classfile ConstantValue.java
               src/java/org/apache/bcel/generic MethodGen.java
               src/java/org/apache/bcel/util ClassSet.java
  Log:
  Make apidocs compliant with standard doclet 1.4.0
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-bcel/src/java/org/apache/bcel/classfile/ConstantValue.java
  
  Index: ConstantValue.java
  ===================================================================
  RCS file: /home/cvs/jakarta-bcel/src/java/org/apache/bcel/classfile/ConstantValue.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ConstantValue.java	24 Apr 2002 11:01:30 -0000	1.4
  +++ ConstantValue.java	13 Feb 2003 11:18:23 -0000	1.5
  @@ -120,7 +120,7 @@
      * Dump constant value attribute to file stream on binary format.
      *
      * @param file Output file stream
  -   * @throw IOException
  +   * @throws IOException
      */ 
     public final void dump(DataOutputStream file) throws IOException
     {
  
  
  
  1.7       +2 -2      jakarta-bcel/src/java/org/apache/bcel/generic/MethodGen.java
  
  Index: MethodGen.java
  ===================================================================
  RCS file: /home/cvs/jakarta-bcel/src/java/org/apache/bcel/generic/MethodGen.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MethodGen.java	30 Nov 2002 11:16:44 -0000	1.6
  +++ MethodGen.java	13 Feb 2003 11:18:23 -0000	1.7
  @@ -70,6 +70,7 @@
    *
    * @version $Id$
    * @author  <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
  + * @author  <A HREF="http://www.vmeng.com/beard">Patrick C. Beard</A> [setMaxStack()]
    * @see     InstructionList
    * @see     Method
    */
  @@ -747,7 +748,6 @@
   
     /**
      * Computes max. stack size by performing control flow analysis.
  -   * @author  <A HREF="http://www.vmeng.com/beard">Patrick C. Beard</A>
      */
     public void setMaxStack() {
       if(il != null)
  
  
  
  1.2       +2 -2      jakarta-bcel/src/java/org/apache/bcel/util/ClassSet.java
  
  Index: ClassSet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-bcel/src/java/org/apache/bcel/util/ClassSet.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ClassSet.java	9 Nov 2002 17:09:03 -0000	1.1
  +++ ClassSet.java	13 Feb 2003 11:18:23 -0000	1.2
  @@ -64,7 +64,7 @@
    *
    * @version $Id$
    * @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A> 
  - * @see Stack
  + * @see ClassStack
   */
   public class ClassSet implements java.io.Serializable {
     private HashMap _map = new HashMap();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org