RFR: 8328746: Remove unused imports in demo apps

Andy Goryachev angorya at openjdk.org
Tue Mar 26 17:24:25 UTC 2024


On Tue, 26 Mar 2024 16:49:58 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> 1. Should we have at least a soft recommendation or leave it unspecified?

I would rather leave it unspecified.

My concern is that different IDEs might have different sort orders by defaul (now or in the future) and then we have a perpetual problem.  (Disclosure: I don't actually know the default order in IntelliJ/Netbeans/VS).

The merge conflicts in the imports are easy to resolve and are possible even when the order is the same, so it should not be a deciding factor.

What do other people think?

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1420#issuecomment-2021042761


More information about the openjfx-dev mailing list