On Fri, 22 Nov 2024 18:05:36 GMT, Marius Hanl <mh...@openjdk.org> wrote:
>> modules/javafx.controls/src/main/java/javafx/scene/control/skin/TableHeaderRow.java >> line 641: >> >>> 639: >>> 640: final CheckMenuItem _item = item; >>> 641: // fake bidrectional binding (a real one was used here but >>> resulted in JBS-8136468) >> >> that's JDK-8136468 > > maybe we we should do a small cleanup ticket where we replace all `JBS-` and > `RT-` references with the `JDK-` one? A quick check led to around 120 > occurrences. and maybe fix the RT- references as well, though it might be a bit harder because a lookup is required. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1640#discussion_r1854442807