Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6368282

java.lang.instrument: javadoc typos

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • 6
    • 6
    • core-svc
    • None
    • generic
    • generic

      Index: java/lang/instrument/ClassFileTransformer.java
      ===================================================================
      RCS file: /cvsroot/classpath/classpath/java/lang/instrument/Attic/ClassFileTransformer.java,v
      retrieving revision 1.1.2.1
      diff -u -r1.1.2.1 ClassFileTransformer.java
      --- java/lang/instrument/ClassFileTransformer.java 3 Dec 2005 15:26:35 -0000 1.1.2.1
      +++ java/lang/instrument/ClassFileTransformer.java 5 Dec 2005 16:07:04 -0000
       <at> <at> -58,7 +58,7 <at> <at>
          * Implementation of this method transforms a class by redefining its
          * bytecodes. Once a ClassFileTransformer object registers itself to the
          * Instrumentation object, this method will be called each time a class is
      - * defined (<code> ClassLoader.defineClass </code> or redefined
      + * defined (<code>ClassLoader.defineClass</code>) or redefined
          * (<code>Instrumentation.redefineClasses</code>)
          * <at> param loader the loader of the class
          * <at> param className the name of the class with packages separated with "/"
      Index: java/lang/instrument/Instrumentation.java
      ===================================================================
      RCS file: /cvsroot/classpath/classpath/java/lang/instrument/Attic/Instrumentation.java,v
      retrieving revision 1.1.2.1
      diff -u -r1.1.2.1 Instrumentation.java
      --- java/lang/instrument/Instrumentation.java 3 Dec 2005 15:26:35 -0000 1.1.2.1
      +++ java/lang/instrument/Instrumentation.java 5 Dec 2005 16:07:04 -0000
       <at> <at> -101,8 +101,8 <at> <at>
          * <at> throws NullPointerException if the definitions array is null, or any
          * of its element
          *
      - * <at> see isRedefineClassesSupported()
      - * <at> see addTransformer(java.lang.instrument.ClassFileTransformer)
      + * <at> see #isRedefineClassesSupported()
      + * <at> see #addTransformer(java.lang.instrument.ClassFileTransformer)
          * <at> see ClassFileTransformer
          */
         void redefineClasses(ClassDefinition[] definitions)

            rfield Robert Field (Inactive)
            rfield Robert Field (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: