On Tue, 24 Mar 2026 17:46:30 GMT, Marius Hanl <[email protected]> wrote:

>> chuckyschluz has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   reorder assert args, split unit tests
>
> modules/javafx.controls/src/main/java/javafx/scene/control/ControlUtils.java 
> line 183:
> 
>> 181: 
>> 182:             BitSet removed = c.getRemoved().stream()
>> 183:                 .mapToInt(TablePositionBase::getRow)
> 
> is the `.distinct()` needed here and below?

no, effectively done by the `BitSet`

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2100#discussion_r2983310657

Reply via email to