On Thu, 11 Jan 2024 16:48:53 GMT, Carl Döbbelin <d...@openjdk.org> wrote:

>> This PR fixes a nullpointer in TableSkinUtils that occured when the Tables 
>> items were null.
>
> Carl Döbbelin has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   JDK-8323543: add test and fix for another npe

since the conditions needed for TableCellBehaiviour:70 to be execute require 
items to not be null for that code to even be triggered, i think it does not 
make sense to check whether the items are null.

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

PR Comment: https://git.openjdk.org/jfx/pull/1329#issuecomment-1887723911

Reply via email to