RFR: 8328746: Remove unused imports in demo apps

Andy Goryachev angorya at openjdk.org
Tue Mar 26 16:40:31 UTC 2024


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

> We should replace this with the recommended sort order.

My 2 cents would be on the other side: I would strongly recommend **against** enforcing a specific order, especially since it causes no issues.  We should avoid wildcards, yes (except for static imports), but the order - we should follow the current recommendation of ignoring the order.  The main reason it is adding zero value and costs some time (just like whitespace warnings in jcheck).

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

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


More information about the openjfx-dev mailing list