murat8505 / projectlombok

Automatically exported from code.google.com/p/projectlombok
0 stars 1 forks source link

Lombok 1.16.4 breaks quickfix on eclipse mars RC3 #826

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install eclipse-jee-mars-RC3
2. Copy the installation and install lombok-1.16.4 within the copy
3. Create a new eclipse project and within this, create the java class 
mentioned below (... it contains an error)
4. Try to do a quickfix

What is the expected output? What do you see instead?
* The list of potential fixes shows up in any case
* Without lombok, you see a small preview window of the quickfix when hovering 
over the list
* Without lombok, the quickfix is applied when clicking on the list item
* With lombok, the preview is missing
* With lombok, the quickfix isn't applied when clicking on the list item
* Please note: There are some quickfixes which seem to work, for example 
"import class"

What version of the product are you using? On what operating system?
* Linux, Ubuntu1404, 64 bit
* Lombok-1.16.4 (latest version)
* Eclipse-Jee-Mars-RC3, 64 bit

Please provide any additional information below.
* Java class: QuickFix.java added as attachment

Original issue reported on code.google.com by uli.hel...@daemons-point.com on 20 Jun 2015 at 5:22

Attachments:

GoogleCodeExporter commented 9 years ago
I checked against eclipse mars, the released version. Unfortunately, the same 
issue exists.

Original comment by uli.hel...@daemons-point.com on 24 Jun 2015 at 6:08