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 233264

Summary: [74cat] [tutorial] Annotation Processor lombok cannot initialize
Product: java Reporter: skygo <skygo>
Component: SourceAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 8   
Issue Type: DEFECT Exception Reporter:
Attachments: Exception images

Description skygo 2013-07-23 20:18:52 UTC
Product Version = NetBeans IDE Dev (Build 201307222300)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.7.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.25-b01

I tried to follow for reveiw tutorial [1] 

Starting Netbeans, creating java application
linking lombok and configuring processor

At the following step:
Writing an Application Using Lombok Custom Annotations 
 After importing class from lombok a hint appears with and execption I will join on next comment.

 The same workflow using netbeans 7.3.1 is fine.

Regards


[1]https://netbeans.org/kb/docs/java/annotations-lombok.html
Comment 1 skygo 2013-07-23 20:20:29 UTC
Created attachment 137643 [details]
Exception images

Was not able to found Exception in the log I was forced to screenshot. Hope its redeable.
Comment 2 Jan Lahoda 2013-07-24 11:15:01 UTC
Unfortunately, lombok does not support JDK8 javac yet - please see bug #226165 and:
http://code.google.com/p/projectlombok/issues/detail?id=451
Comment 3 skygo 2013-07-24 12:53:21 UTC
Thks a lot for feedback, will notify tutorial owner.
Comment 4 Jan Lahoda 2013-07-29 10:46:42 UTC

*** This bug has been marked as a duplicate of bug 226165 ***