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 111063

Summary: Support JSR 269 (annotation processors)
Product: java Reporter: brucechapman <brucechapman>
Component: SourceAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: blocker CC: dstrupl, hmichel, jglick, misterm, wadechandler
Priority: P2 Keywords: UMBRELLA
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 111065, 111080    
Bug Blocks:    

Description brucechapman 2007-07-26 09:59:10 UTC
Add and Improve Support for JSR-269 Annotation Processors in java projects
Comment 1 brucechapman 2007-07-26 10:03:23 UTC
Dependent Issues add or improve support for annotation processors.

Changes are needed because Annotation processors can generate intermediate *.java files which must be treated as source
by some aspects of the project, and as intermediate files by other aspects of the project. 
Comment 2 Jesse Glick 2007-07-26 16:14:08 UTC
*** Issue 111062 has been marked as a duplicate of this issue. ***
Comment 3 Jesse Glick 2011-03-16 15:50:40 UTC
Shouldn't this be FIXED?
Comment 4 brucechapman 2011-03-18 04:23:27 UTC
This stuff is now 'good enough' in 7. Close these bugs and we can create new ones for the minor nits that still exist.

Bruce
Comment 5 Jesse Glick 2011-10-19 15:27:29 UTC
Closing; essentially implemented.