RFR: 8353845: com.sun.javafx.css.BitSet.equals(null) throws NPE [v2]
John Hendrikx
jhendrikx at openjdk.org
Wed Apr 9 12:54:47 UTC 2025
On Wed, 9 Apr 2025 09:07:40 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> Fixes the bug that `BitSet.equals(null)` throws NPE.
>>
>> A single reviewer should be sufficient.
>
> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>
> obj == null
Looks like a regression I introduced when cleaning up all the bugs in this class, oops.
-------------
Marked as reviewed by jhendrikx (Reviewer).
PR Review: https://git.openjdk.org/jfx/pull/1766#pullrequestreview-2753368763
More information about the openjfx-dev
mailing list