-
-
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
Refactor bug with @Data #359
Comments
👤 latchkey 🕗 Oct 10, 2011 at 21:39 UTC Using Lombok 0.10.1, Eclipse 3.7. Create a class: @ Data Right click in the package explorer and say Refactor...Rename...'AckAck' I'm getting... AckAck It oddly replaces the @ Data with AckAck. |
👤 pe.fips 🕗 Oct 11, 2011 at 09:55 UTC |
👤 latchkey 🕗 Oct 23, 2011 at 20:06 UTC Not sure why this is a low priority. Not being able to correctly rename classes is a pretty annoying thing. |
👤 reinierz 🕗 Nov 15, 2011 at 13:59 UTC Should be addressed by Jappe van der Hel's work on refactors and save actions, commit 9c469dc. Will be in version after 0.10.2. 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 20, 2011 at 15:01 UTC |
👤 latchkey 🕗 Nov 20, 2011 at 17:24 UTC Sorry, I've only been working on front-end code (coffeescript/html/css mostly) so I haven't had a chance to try this out, but I do have it installed... as soon as I refactor something, I'll let you know. |
👤 latchkey 🕗 Nov 21, 2011 at 20:32 UTC Just tried renaming a field on a @ Data annotated class and it appears to take for a second, but then immediately switches back to the original value. |
👤 reinierz 🕗 Nov 21, 2011 at 23:03 UTC Now in release 0.10.4 |
👤 latchkey 🕗 Nov 28, 2011 at 06:54 UTC I'm using 0.10.4 and renaming isn't working for me at all as I described in ﹟7. |
👤 Jappe.vanderHel 🕗 Nov 29, 2011 at 19:30 UTC Renaming is working for me when using the reproduction path in the original report. However when opening the class, selecting the classname in sourcecode and then use the rename shortcut (Alt+Shift+R) Eclipse still fails... |
👤 r.spilker 🕗 Dec 19, 2011 at 20:31 UTC Fixed in de1bc35. Will be present in 0.10.6. |
👤 r.spilker 🕗 Dec 19, 2011 at 22:04 UTC |
End of migration |
…ons < 2017.3 (Build 173+) fix projectlombok#359
Migrated from Google Code (issue 286)
The text was updated successfully, but these errors were encountered: