RFR: 8302511: HitInfo.toString() throws IllegalArgumentException [v3]

Karthik P K kpk at openjdk.org
Mon Jun 19 05:06:16 UTC 2023


On Fri, 16 Jun 2023 15:35:42 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> A recent change in JDK-8304831 ensured that insertionIndex is always computed prior to HitInfo construction, making it possible to remove buggy logic in HitInfo.  This change also allows for removal of the 'text' field. 
>> 
>> There should be no impact since the constructor is package protected.
>
> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   whitespace

Marked as reviewed by kpk (Committer).

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

PR Review: https://git.openjdk.org/jfx/pull/1154#pullrequestreview-1485406067


More information about the openjfx-dev mailing list