On Wed, 14 Jun 2023 15:40:41 GMT, Andy Goryachev <ango...@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. This pull request has now been integrated. Changeset: d2683b9e Author: Andy Goryachev <ango...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/d2683b9ebcb13361e8b5084e6c7da6c5a0204c93 Stats: 213 lines in 5 files changed: 145 ins; 34 del; 34 mod 8302511: HitInfo.toString() throws IllegalArgumentException Reviewed-by: kpk, aghaisas ------------- PR: https://git.openjdk.org/jfx/pull/1154