Intelij and Eclipse sort import statements per default differntly. I think we should configure both to sort them alphabetically for simplicity.
In Intelij it is per default:
java and javax at the top, followed by org and com before everything else.
I think sorting alphabetically would be the best rule as it is simplest. Settings both for intelij and eclipse could be generated.
In Intelij it is per default:
- Import all other imports
- blank line
- import javax.*
- import java.*
- blank line
- import static all other imports
java and javax at the top, followed by org and com before everything else.
I think sorting alphabetically would be the best rule as it is simplest. Settings both for intelij and eclipse could be generated.