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

[javadoc] refactor the Doclet start method.

XMLWordPrintable

    • b29
    • generic
    • generic
    • Not verified

        The method in AbstractDoclet is poorly conceived since it requires that a reference to itself should
        be passed in the first parameter. This parameter is redundant, but simply removing it would cause
        a clash between a static method and an instance method on the same name, which is illegal.
        Therefore, in addition to removing the redundant parameter, the method AbstractDoclet.start must
        also be renamed.

              ksrini Kumar Srinivasan
              ksrini Kumar Srinivasan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: