Replies: 1 comment
-
I use this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, when I set up a new Eclipse IDE environment, I apply the formatter from https://github.com/eclipse-ee4j/ee4j/tree/main/codestyle.
But it does not define Organize imports, so I run into Checkstyle issues like:
Is there an Organize Imports configuration available for Eclipse IDE to be used?
(Java -> Code Style -> Organize Imports -> Import...)
I currently use:
and add new packages when it is needed for another checkstyle error.
Like:

Br, Martijn
Beta Was this translation helpful? Give feedback.
All reactions