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 240977

Summary: refactor error when lombok in the classpath
Product: java Reporter: makos
Component: SourceAssignee: Svata Dedic <sdedic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description makos 2014-01-26 15:31:23 UTC
1. Create maven project
2. Add lombok to the dependencies
3. Create sample class with sample String field
4. Add lombok @Data annotation to the class
5. Try to rename this class using CTRL+R
6. As a result class is renamed but some rubbish characters are added to the class code 

The same in versions 7.4 and 8.0beta
Comment 1 Jiri Prox 2014-01-27 08:33:07 UTC

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