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 - Add Support For Annotation Processing per JSR-269
Summary: Add Support For Annotation Processing per JSR-269
Status: RESOLVED DUPLICATE of bug 111063
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: UMBRELLA
Depends on:
Blocks:
 
Reported: 2007-07-26 09:52 UTC by brucechapman
Modified: 2007-07-26 16:21 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***