RFR: 8328746: Remove unused imports in demo apps
Andy Goryachev
angorya at openjdk.org
Tue Mar 26 16:37:38 UTC 2024
On Tue, 26 Mar 2024 16:16:37 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> this is how the IDE formatter is currently configured - it should not matter, especially since it dos not use wildcards (except for static imports).
>
> While it doesn't matter from a correctness point of view, if we are going to make changes like this to several files across multiple PRs, I want to make a deliberate decision rather than "whatever the Eclipse IDE happens to be configured to do by default". That way whenever new files are created or existing files are modified, we can have consistency rather than "dueling import sorting".
It looks like Eclipse uses the following order **by default**: [java,javax,org,com].
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1420#discussion_r1539698283
More information about the openjfx-dev
mailing list