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 227393 - [regression] Annotation processor support broken
Summary: [regression] Annotation processor support broken
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-13 07:06 UTC by mienamoo
Modified: 2013-06-02 11:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2013-03-13 07:06:14 UTC
NetBeans build 201303112300
JDK 7u13 64-bit

This is a regression, thus P1.

In the latest nightly builds (not in 7.3 FCS luckily), the annotation processor support in the IDE is broken. For example, the IDE just doesn't pick up any Lombok generated getters and setters any more.

I have observed this first in our Maven-based platform application. But since there are too many factors involved, I decided to try with a plain Java project. So I followed the instructions at [1], which I know worked perfectly the last time I reviewed the tutorial. And none of the getters and setters appear in the navigator, or in code completion.

[1] http://netbeans.org/kb/docs/java/annotations-lombok.html
Comment 1 Dusan Balek 2013-03-13 14:00:13 UTC
Unfortunately, Lombok does not work with JDK 8 javac compiler which is used as NB internal compiler after NB 7.3.
See http://code.google.com/p/projectlombok/issues/detail?id=451 for more information.