Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176630 | 10 | Jonathan Gibbons | P3 | Resolved | Fixed | b03 |
Description
The modeling of module directives in the current javax.lang.model API requires downcasts in some cases, which is undesirable.
One mitigation would be to provide a simple visitor interface, another alternative would be to combine all the module directive interfaces into one, or perhaps just leave the API as-is as sufficient.
One mitigation would be to provide a simple visitor interface, another alternative would be to combine all the module directive interfaces into one, or perhaps just leave the API as-is as sufficient.
Attachments
Issue Links
- backported by
-
JDK-8176630 Revisit modeling of module directives
-
- Resolved
-
- relates to
-
JDK-8176477 Use DirectiveVisitor to print module information
-
- Closed
-