This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 111062

Summary: Add Support For Annotation Processing per JSR-269
Product: java Reporter: brucechapman <brucechapman>
Component: CompilerAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jglick
Priority: P3 Keywords: UMBRELLA
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description brucechapman 2007-07-26 09:52:24 UTC
Add (and improve) support for java projects which use Annotations having associated AnnotationProcessor(s) which
generate classfiles, source files, and error (and warning) messages.

JSR-269 Annotation Processors (JDK6 onward) can generate source files, bytecode files and messages, and can provide code
completion hints for coding annotations.  Annotation Processors are run as part of the compilation (javac) process. 

Dependent Issues address improvements to make Netbeans behave correctly in the presence of these. Dependent issues cover
more than one subcomponent, specifically the editor and freeform and project (methinks)
Comment 1 Jesse Glick 2007-07-26 16:13:01 UTC
Looks identical to issue #11062. Should only be one umbrella. Anyway the compiler subcomponent is completely unused AFAIK.

*** This issue has been marked as a duplicate of 11063 ***
Comment 2 Jesse Glick 2007-07-26 16:13:48 UTC
Oops.
Comment 3 Jesse Glick 2007-07-26 16:14:09 UTC

*** This issue has been marked as a duplicate of 111063 ***