Integrated: 8342336: Optimize ClassFile imports

Shaojin Wen swen at openjdk.org
Thu Oct 17 10:53:14 UTC 2024


On Sun, 13 Oct 2024 01:42:38 GMT, Shaojin Wen <swen at openjdk.org> wrote:

> This is a code style improvement for imports in the java/lang/classfile and jdk/internal/classfile/impl directories, includes:
> 1. Import in alphabetical order
> 2. Add a blank line between java and jdk imports
> 3. Use import * for a large number of imports

This pull request has now been integrated.

Changeset: 3ebfc6c1
Author:    Shaojin Wen <swen at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3ebfc6c1e27119180700af5ea85e5fa6c1771050
Stats:     1435 lines in 198 files changed: 430 ins; 910 del; 95 mod

8342336: Optimize ClassFile imports

Reviewed-by: liach

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

PR: https://git.openjdk.org/jdk/pull/21482


More information about the core-libs-dev mailing list