On Tue, 2 Jun 2026 05:51:52 GMT, Petr Štechmüller <[email protected]> wrote:
>> ah, right - I have this disabled as it's not really useful. we've got over >> 6,000 such warnings in the code base. >> thanks! > > I will take a look if `Collection` check would be enough After some investigation I can say there should be no harm to simplify the `instanceof` check to `Collection` in general. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2167#discussion_r3341147958
