Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 538957

Summary: Eclipse provide incorrect assist for lombok annotation
Product: [Eclipse Project] JDT Reporter: Yaohai Zheng <yaohaizh>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED NOT_ECLIPSE QA Contact:
Severity: normal    
Priority: P3 CC: register.eclipse
Version: 4.9   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Attachments:
Description Flags
Snapshot of repro none

Description Yaohai Zheng CLA 2018-09-11 23:31:09 EDT
Created attachment 275785 [details]
Snapshot of repro

See scrennshot. 

Eclipse Version: Photon Release (4.8.0)
Build id: 20180619-1200

1. Install lombok tools for Eclipse IDE: https://projectlombok.org/setup/eclipse
2. Create a class, add lombok annotation @Data, @ToString to the class 
3. Put cursor to the `@ToString`, trigger content assist

There are some actions should be provided here.
Comment 1 Till Brychcy CLA 2018-09-12 02:51:57 EDT
Lombok manipulates internal data structures of eclipse so they are responsible for fixing bugs caused by this.

You may want to file a bug at their issue tracker at
https://github.com/rzwitserloot/lombok/issues