You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of the product are you using? On what operating system?
Lombok 0.10.2, 0.10.4
What steps will reproduce the problem?
With following example
@ Getter private int x, y;
Only occur when
Save Actions
|
Additional actions, Configure...
|
Member Accesses
|
Non static accesses
|
CHECK checkbox : [Use 'this' qualifier for field accesses]
CHECK radio : [Only if necessary]
What is the expected output? What do you see instead?
Save actions success is expected.
ERROR :
A save participant caused problems.
The save participant 'Code Clean Up' caused an exception:
org.eclipse.text.edits.MalformedTreeException:
Overlapping text edits. See the error log for details.
Jappe van der Hel was fixing a completely unrelated issue (Issue #124), and I couldn't reproduce your problem in my build. Went back to 0.10.4 and lo! there it's broken. So, Jappe's fixes for 51 fixes this by accident as well. Eh, I call us a win.
I pushed out an edge release so you can give this a try and see if it works for you. Grab it at:
Migrated from Google Code (issue 301)
The text was updated successfully, but these errors were encountered: