-
Enhancement
-
Resolution: Fixed
-
P3
-
12
-
b02
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8331698 | 11.0.25-oracle | Shivangi Gupta | P3 | Resolved | Fixed | b01 |
In general, library code in the unnamed package is not a great idea, because it can be hard to control building classes and the implicit imports.
JavadocTester should be moved from the unnamed package to a named package, to make it easier to refactor nested classes into top-level classes, and to support additional features going forward.
JavadocTester should be moved from the unnamed package to a named package, to make it easier to refactor nested classes into top-level classes, and to support additional features going forward.
- backported by
-
JDK-8331698 Move JavadocTester to a named package
-
- Resolved
-