RFR: Refactored new ToolInput/Outputs so they reside in own packages and not in original interfaces

Leonid Kuskov lkuskov at openjdk.org
Thu Jan 5 19:46:05 UTC 2023


On Tue, 3 Jan 2023 15:46:53 GMT, Jiří Vaněk <jvanek at openjdk.org> wrote:

> This PR is refactoring the long interfaces with many inner classes to logical packages.

src/org/openjdk/asmtools/common/outputs/DirOutput.java line 60:

> 58:             environment.traceln("writing -d " + dir.getPath());
> 59:             if (!fileSeparator.equals("/")) {
> 60:                 fqn = fqn.replace("/", fileSeparator);

To be more generalized  - `File.separator` I'm going to clean up code from OS specific things like this

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

PR: https://git.openjdk.org/asmtools/pull/53


More information about the asmtools-dev mailing list