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 268173 - Maven project annotation processor broken in dev build
Summary: Maven project annotation processor broken in dev build
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-23 14:27 UTC by neuman.ben
Modified: 2016-09-23 14:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (152.58 KB, text/plain)
2016-09-23 14:27 UTC, neuman.ben
Details

Note You need to log in before you can comment on or make changes to this bug.
Description neuman.ben 2016-09-23 14:27:30 UTC
Product Version = NetBeans IDE Dev (Build 201609120002)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_71
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.71-b15

Reproducibility: Happens every time

For a simple project leveraging Lombo annotations, IDE displays error on use of Lombok @Getter and @Setter annotated field accessor methods.
STEPS:
  * Create new Java Maven Application
  * Add Lombok dependncy
  * Create new pojo with @Getter and @Setter annotated private field
  * Call setter or getter from Main class

ACTUAL:
  Main class is highlighted as in error "cannot find symbol" on pojo property accessor method

EXPECTED:
  No error.
Comment 1 neuman.ben 2016-09-23 14:27:33 UTC
Created attachment 162189 [details]
IDE log