RFR: 8187145: (Tree)TableView with null selectionModel: throws NPE on sorting [v5]
Kevin Rushforth
kcr at openjdk.org
Fri Nov 4 11:48:48 UTC 2022
On Thu, 3 Nov 2022 16:00:30 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> modules/javafx.controls/src/main/java/javafx/scene/control/skin/TableRowSkin.java line 192:
>>
>>> 190: return null;
>>> 191: }
>>> 192: // fall through
>>
>> There is no "fall through" here as we return from all conditions in previous case.
>
> same comment, there is a fall through.
No, there isn't.
-------------
PR: https://git.openjdk.org/jfx/pull/876
More information about the openjfx-dev
mailing list