-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b29
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085375 | emb-9 | Kumar Srinivasan | P3 | Resolved | Fixed | team |
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.
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.
- backported by
-
JDK-8085375 [javadoc] refactor the Doclet start method.
- Resolved
- relates to
-
JDK-8035473 [javadoc] Revamp the existing Doclet APIs
- Closed