RFR: adding support for stdin [v7]
Jiří Vaněk
jvanek at openjdk.org
Tue Aug 23 07:07:38 UTC 2022
On Tue, 23 Aug 2022 02:12:21 GMT, Leonid Kuskov <lkuskov at openjdk.org> wrote:
>> Jiří Vaněk has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>>
>> Removed duplicated declaration of ArrayList<ToolInput> fileList
>
> src/org/openjdk/asmtools/common/Environment.java line 89:
>
>> 87: protected DataInputStream getDataInputStream() throws URISyntaxException, IOException {
>> 88: Objects.requireNonNull(this.inputFileName, "Input file name should be defined.");
>> 89: try {
>
> Does this message reflect to introduced changes?
you are right. It is weird as I left it
-------------
PR: https://git.openjdk.org/asmtools/pull/32
More information about the asmtools-dev
mailing list