Integrated: CODETOOLS-7903307: Move ASM dependent classes to a different package

Alexandre Iline shurailine at openjdk.org
Thu Sep 15 19:53:19 UTC 2022


On Thu, 15 Sep 2022 15:48:08 GMT, Alexandre Iline <shurailine at openjdk.org> wrote:

> This change is moving all classes which directly depend on ASM into a sub-package. This is done in a separate step to allow a diff which would be possible to review line by line, to make sure there are no changes in behavior.
> To accommodate the move:
> 1. Bunch of imports, obviously
> 2. Bunch of methods increased visibility to public, or, in rare cases, to protected
> 3. A few field usages are replaced with getters.
> Further refactoring is due, see the bug for more information.

This pull request has now been integrated.

Changeset: 867f34dc
Author:    Alexandre Iline <shurailine at openjdk.org>
URL:       https://git.openjdk.org/jcov/commit/867f34dc1c7b66e467cf21509431131895a0fd04
Stats:     372 lines in 59 files changed: 156 ins; 82 del; 134 mod

7903307: Move ASM dependent classes to a different package

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

PR: https://git.openjdk.org/jcov/pull/24


More information about the jcov-dev mailing list