Integrated: 8170720: VetoableListDecorator: Indexes to remove are not aggregated

Michael Strauß mstrauss at openjdk.org
Fri Jan 24 23:01:53 UTC 2025


On Tue, 14 Jan 2025 01:56:10 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

> `VetoableListDecorator` does not correctly report removed indices. Instead of reporting ranges like `[0, 3)`, it always reports a pairwise list of single removals like `[0, 1, 1, 2, 2, 3)`.
> 
> The reason is a off-by-one error, and the fix is simple.

This pull request has now been integrated.

Changeset: a1765747
Author:    Michael Strauß <mstrauss at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/a176574744978156edf8f83d8c0b2f994b36cd1c
Stats:     26 lines in 2 files changed: 24 ins; 0 del; 2 mod

8170720: VetoableListDecorator: Indexes to remove are not aggregated

Reviewed-by: lkostyra, kcr

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

PR: https://git.openjdk.org/jfx/pull/1675


More information about the openjfx-dev mailing list