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 173277

Summary: Compile on Save does not work with Lombok
Product: java Reporter: Petr Jiricka <pjiricka>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: blocker CC: alexismp
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 173063    

Description Petr Jiricka 2009-09-29 14:50:49 UTC
Same steps as in issue 173275.

When Compile on Save is on, after running the project, I get the following error in the Ant output (before this, a
warning dialog about about errors during compilation is shown):

run:
Exception in thread "main" java.lang.RuntimeException: Uncompilable source code
        at lomboksimple.Main.main(Main.java:21)
Java Result: 1
BUILD SUCCESSFUL (total time: 2 seconds)
Comment 1 alexismp 2009-11-23 14:07:52 UTC
cc
Comment 2 Tomas Zezula 2011-04-20 15:19:59 UTC
Fixed by AP support.