RFR: 8346610: Make all imports consistent in the FFM API
Per Minborg
pminborg at openjdk.org
Wed Jan 8 09:12:37 UTC 2025
On Tue, 7 Jan 2025 15:38:51 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> Do we have a sense on how easy would it be, moving forward, to preserve the "correct" order of imports? E.g. if I add a new one using IntelliJ autocompletion, where would it end up? Has this patch been generated using the IDE's own import reorganization? Perhaps doing something like that might be preferrable/more maintainable longer term?
The updates in this PR were generated automatically by selecting the relevant packages and then using IntelliJ's automatic Code->Optimize Imports. It is possible to tell IntelliJ to make this automatically upon saving a file: https://www.jetbrains.com/help/idea/creating-and-optimizing-imports.html#optimize-on-save
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22827#issuecomment-2577151527
More information about the core-libs-dev
mailing list