-
-
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
Source... actions insert code templates in wrong place #124
Comments
👤 mccallum.michael 🕗 Sep 18, 2009 at 03:34 UTC What steps will reproduce the problem?
What is the expected output? What do you see instead? The code appears directly after the first lombok annotation, before any e.g. @ Getter What version of the product are you using? On what operating system? Please provide any additional information below. Issue #98 alluded to this at the end |
👤 mccallum.michael 🕗 Sep 18, 2009 at 11:49 UTC There are two solutions...
I have a patch for the first as the second has complications what to do if you have |
👤 mccallum.michael 🕗 Sep 18, 2009 at 11:49 UTC |
👤 reinierz 🕗 Sep 21, 2009 at 01:25 UTC We thought of that fix and rejected it, as it would mean that 'jump to declaration', as well as errors and We need eclipse's understanding of position to be one thing some time, and another thing at other times. |
👤 askoning 🕗 Aug 23, 2011 at 18:53 UTC This seems to be working in 0.10 RC3; all methods are generated at the place I expect them to be. Only minor detail I see is that there isn't always an empty line added. In a class with @ Getter/@ Setter annotations present, the unimplemented method is placed one newline below the last method, whereas in a class annotated with @ Data, the method is placed directly below the last method, without newline in between. |
👤 reinierz 🕗 Nov 28, 2011 at 18:51 UTC That last issue has now been addressed too. This edge release contains the fixes: |
End of migration |
Migrated from Google Code (issue 51)
The text was updated successfully, but these errors were encountered: