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

Summary: Maven project annotation processor broken in dev build
Product: ide Reporter: neuman.ben
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

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