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

standardize spelling of subtype and supertype etc in comments

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 19
    • 19
    • tools

      $ find open/src/jdk.javadoc/share/classes/jdk/javadoc/internal/ -name \*.java | xargs grep -E '^ [ *]*[*].*(sub|super)-'
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/formats/html/AbstractTreeWriter.java: * is sub-classed by {@link PackageTreeWriter} and {@link TreeWriter} to
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/formats/html/AbstractTreeWriter.java: * Add each level of the class tree. For each sub-class or
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/formats/html/AbstractTreeWriter.java: * sub-interface indents the next level information.
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/formats/html/AbstractTreeWriter.java: * Recurses itself to add sub-classes info.
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/formats/html/AbstractTreeWriter.java: * @param collection a collection of the sub-classes at this level
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/formats/html/Navigation.java: * An interface to provide links for the sub-navigation area.
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/formats/html/Navigation.java: * {@return a list of links to display in the sub-navigation area}
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/formats/html/Navigation.java: * Adds the summary links to the sub-navigation.
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/formats/html/Navigation.java: * @param target the content to which the sub-navigation will be added
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/formats/html/Navigation.java: * Adds the detail links to sub-navigation.
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/VisibleMemberTable.java: * This method returns the super-types in the inheritance
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/VisibleMemberTable.java: * order C, B, A, j.l.O. The super-interfaces however are
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/Utils.java: * Returns all the implemented super-interfaces of a given type,
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/Utils.java: * in the case of classes, include all the super-interfaces of
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/Utils.java: * the supertype. The super-interfaces are collected before the
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/Utils.java: * super-interfaces of the supertype.
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/Utils.java: * @param te the type element to get the super-interfaces for.
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/Utils.java: * @return the list of super-interfaces.
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/Utils.java: * An element can have flags that place it into some sub-categories, like
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/ClassTree.java: * put this interface in the sub-interface set of those interfaces. Do it
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/ClassTree.java: * recursively. If an interface doesn't have super-interface just attach
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/ClassTree.java: * Return the sub-class set for the class passed.
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/ClassTree.java: * @param typeElement class whose sub-class set is required.
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/ClassTree.java: * Return the sub-interface set for the interface passed.
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/util/ClassTree.java: * @param typeElement interface whose sub-interface set is required.
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/builders/AbstractMemberBuilder.java: * within Class Builders. They essentially build sub-components. For example,
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/builders/AbstractMemberBuilder.java: * method documentation is a sub-component of class documentation.
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/builders/AbstractMemberBuilder.java: * This method is not supported by sub-builders.
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/BaseConfiguration.java: * Configure the output based on the options. Doclets should sub-class
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/BaseOptions.java: * Specifies whether those methods that override a super-type's method
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//doclets/toolkit/BaseOptions.java: * Specifies whether those methods that override a super-type's method
      open/src/jdk.javadoc/share/classes/jdk/javadoc/internal//tool/ElementsTable.java: * recurse, however sub-packages should recurse into the sub directories.

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: