-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b147
-
generic
-
other
-
Verified
The Doclet related APIs specifically DocletEnvironment.java needs some adjustments based on the doclets use case, and is basically
a fallout from the modularization work seeJDK-8159305
1. Simplify getSelectedItems() to getSelectedItems(Kind.{MODULE, PACKAGE, TYPE})
2. Add isVisible(Element)
3. Simplify getIncludedModulesElements(), getIncludedPackageElements(), getIncludedTypeElements(), to getIncludedElements((Kind.{MODULE, PACKAGE, TYPE})
Fixup the calls to these and provided shouldDocument(Element) utility for stddoclet's internal use.
a fallout from the modularization work see
1. Simplify getSelectedItems() to getSelectedItems(Kind.{MODULE, PACKAGE, TYPE})
2. Add isVisible(Element)
3. Simplify getIncludedModulesElements(), getIncludedPackageElements(), getIncludedTypeElements(), to getIncludedElements((Kind.{MODULE, PACKAGE, TYPE})
Fixup the calls to these and provided shouldDocument(Element) utility for stddoclet's internal use.
- duplicates
-
JDK-8194954 redundant modifiers in new Doclet interface
-
- Closed
-
-
JDK-8166740 Change return type of getSupportedOptions
-
- Closed
-
- relates to
-
JDK-8170302 Should javadoc do case-insensitive option lookup?
-
- Open
-