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:29:10 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/inputs/ByteInput.java line 1:
> 1: package org.openjdk.asmtools.common.inputs;
Copyright should be added here.
src/org/openjdk/asmtools/common/inputs/ByteInput.java line 16:
> 14: import java.util.Optional;
> 15:
> 16: public class ByteInput implements ToolInput {
It would be good to have a class descriptor here
-------------
PR: https://git.openjdk.org/asmtools/pull/53
More information about the asmtools-dev
mailing list