-
Task
-
Resolution: Fixed
-
P3
-
None
-
b150
-
Verified
we should make sure our modeling APIs work reasonably when used from a Plugin or through JavacTask. Esp. Elements.getPackageElement/getTypeElement in multi-module mode and with -source < 9 (getPackageElement, and presumably getTypeElement, does not currently work with -source < 9, as getPackageElement uses unnamed module, while -source < 9 runs in "noModule" mode, causing a NPE in Symtab ).
- relates to
-
JDK-8173945 Add methods for Elements.getAll{Type, Package, Module}Elements
-
- Closed
-
-
JDK-8172158 Annotation processor not run with -source <= 8
-
- Closed
-