RFR: 7903017: RunTestsHandler passes arguments to lastIndexOf in the wrong order
Dmitry Bessonov
dbessono at openjdk.java.net
Mon Sep 27 15:25:07 UTC 2021
On Mon, 23 Aug 2021 23:27:34 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:
> This fixes a bug where the arguments to to `lastIndexOf` were swapped.
>
> The first argument to `String#lastIndexOf(int, int)` is a character to search for, the second argument is a start index.
Marked as reviewed by dbessono (Committer).
-------------
PR: https://git.openjdk.java.net/jtharness/pull/12
More information about the jtharness-dev
mailing list