-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eclipse can't generate equals and hashCode on a @Data annotated class #211
Comments
👤 pablo.cabrera.munoz 🕗 Aug 03, 2010 at 12:36 UTC What steps will reproduce the problem?
What is the expected output? What do you see instead? Instead I get an error that says "Overlapping text edits". What version of the product are you using? On what operating system? |
👤 reinierz 🕗 Aug 04, 2010 at 05:35 UTC Known and extremely hard to solve issue. We'll get to this one last (there are some refactor scripts that are broken too, which have higher priority) as its a somewhat rare activity, and there's a trivial workaround: Remove the @ Data annotation, run the source generator script, re-add the @ Data annotation. |
👤 pablo.cabrera.munoz 🕗 Aug 04, 2010 at 11:03 UTC I've done that and it worked, but just wanted to point it out if it hasn't been addressed so far. Great work btw! |
👤 reinierz 🕗 Nov 15, 2011 at 13:58 UTC Actually, a new contributor (Jappe van der Hel) has been looking at some eclipse internals and he fixed this one by patching eclipse's ListRewriter. The commit itself is quite small though I'm sure the time spent digging through the internals was sizable. At any rate, yay! Should be in the version after 0.10.2. Fixed in commit b43cd35. Can all people affected by this give the latest edge build a whirl? Please report back here if formatting now works (or doesn't work!) You can find the edge release at: |
👤 reinierz 🕗 Nov 21, 2011 at 23:02 UTC Now in release 0.10.4 |
End of migration |
Added UtilityClass changelog entry and @Sheigutn to the list of contributors
Migrated from Google Code (issue 138)
The text was updated successfully, but these errors were encountered: