Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
11.2
Description
An annotation processor attempts to locate "nearby" data files, where "nearby" means next to its JAR/class location. When run as part of NetBeans indexing, it is loaded by CachingArchiveClassLoader, which does not set the ProtectionDomain for the loaded classes at all.
This is a difference from the environment that standard Javac creates, and may cause the Processor to throw exception and abort the compilation.
Attachments
Issue Links
- links to