Withdrawn: Replaced hardcoded String[] args, by varargs String... where reasonable

Leonid Kuskov lkuskov at openjdk.org
Tue Jun 28 17:58:48 UTC 2022


On Mon, 27 Jun 2022 10:44:18 GMT, Jiří Vaněk <jvanek at openjdk.org> wrote:

> Replaced hardcoded String[] args, by varargs String... where reasonable
>     
>     Once the "tool" mandatory array memebr was removed from each tool's main
>     method, and considering calls from libraries, and form tests where the
>     argument is very often just one file, or more readable "a1", a2"...
>     without new String[]{} declaration, changed those String[] enforcing
>     headers to more benevolent String...

This pull request has been closed without being integrated.

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

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


More information about the asmtools-dev mailing list