Integrated: 7902823: RepGen fails with IllegalFormatArgumentIndexException if started by JDK 16 and above
Leonid Kuskov
lkuskov at openjdk.java.net
Fri Jan 29 03:12:45 UTC 2021
On Thu, 28 Jan 2021 23:17:54 GMT, Leonid Kuskov <lkuskov at openjdk.org> wrote:
> This is the fix for https://bugs.openjdk.java.net/browse/CODETOOLS-7902823
> The fix corrects the improper usage of the Formatter that only allows argument indexes starting from 1 (not 0)
> Also the fix updates a percentage rounding - the floor operation is used insted of the round.
This pull request has now been integrated.
Changeset: 808a935f
Author: Leonid Kuskov <lkuskov at openjdk.org>
URL: https://git.openjdk.java.net/jcov/commit/808a935f
Stats: 14 lines in 2 files changed: 3 ins; 1 del; 10 mod
7902823: RepGen fails with IllegalFormatArgumentIndexException if started by JDK 16 and above
-------------
PR: https://git.openjdk.java.net/jcov/pull/7
More information about the jcov-dev
mailing list