-
Notifications
You must be signed in to change notification settings - Fork 464
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
Enum bug in eclipse 4.8.0 (default should be 4.7.3) #263
Comments
No, please continue. Both pending PRs still contain copy&paste of plugin configuration from Eclipse. I fixed that already for Eclipse-Groovy (GrEclipse). Furthermore I am afraid we still have to make a minor enhancement on lib/lib-extra. I will show you later on. Don't worry, everything I have merged so far is working... (except of this problem 😄 ). Do you want me to provide the fix for this issue? Out of curiosity, I used search.maven.org, to see which old versions of |
You are correct that |
In this case, maybe I should explain the missing bit in lib/lib-extra. Then you better work on that one. Not much to do, but some one has to determine how to change the interface and I would prefer to leave that to you. One mom., just opening a new PR demonstrating the problem... |
Please have a look at #264 and decide whether we need a fix for this release. |
I tested out
3.14.0-SNAPSHOT
, which now has @fvgh's great new eclipse framework in place. It worked great, except for a known bug. You already pointed it out Frank, but after using it on some large projects, I think we should not make4.8.0
the default eclipse version.There is a bug in the
4.8.0
formatter which causes all enums to be indented strangely. Instead of this:We get this:
The bug is tracked at eclipse as 536322, and it's already fixed for the next release. Since it's a pretty big behavior change and it's only present in
4.8.0
, I think we should skip it as the default.Only trouble is, it seems we're missing the lockfile for
4.7.3
, and also for4.6.2
. I think we should:4.6.2
and4.7.3
4.7.3
, with a note that we're skipping4.8.0
as default because of this issueOnce this is done, I'm ready to cut a new release! Would you like to merge #241 and #238 first, @fvgh?
The text was updated successfully, but these errors were encountered: