Re: RFR: JDK-8323543: NPE when table items are set to null [v3]

2024-01-11 Thread Kevin Rushforth
On Thu, 11 Jan 2024 18:33:45 GMT, Andy Goryachev wrote: > This PR has a very narrow focus to be a candidate for a back port to jfx22 > @kevinrushforth This seems a safe and targeted fix. I have no objection. - PR Comment: https://git.openjdk.org/jfx/pull/1329#issuecomment-18877682

Re: RFR: JDK-8323543: NPE when table items are set to null [v3]

2024-01-11 Thread Andy Goryachev
On Thu, 11 Jan 2024 16:48:53 GMT, Carl Döbbelin 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 tes

Re: RFR: JDK-8323543: NPE when table items are set to null [v3]

2024-01-11 Thread Marius Hanl
On Thu, 11 Jan 2024 18:49:42 GMT, Andy Goryachev wrote: > @Maran23 would you like to double check and sponsor? sure! - PR Comment: https://git.openjdk.org/jfx/pull/1329#issuecomment-1887764274

Re: RFR: JDK-8323543: NPE when table items are set to null [v3]

2024-01-11 Thread Carl Döbbelin
On Thu, 11 Jan 2024 16:48:53 GMT, Carl Döbbelin 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 tes

Re: RFR: JDK-8323543: NPE when table items are set to null [v3]

2024-01-11 Thread Andy Goryachev
On Thu, 11 Jan 2024 16:48:53 GMT, Carl Döbbelin 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 tes

Re: RFR: JDK-8323543: NPE when table items are set to null [v3]

2024-01-11 Thread Carl Döbbelin
On Thu, 11 Jan 2024 16:48:53 GMT, Carl Döbbelin 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 tes

Re: RFR: JDK-8323543: NPE when table items are set to null [v3]

2024-01-11 Thread Andy Goryachev
On Thu, 11 Jan 2024 16:48:53 GMT, Carl Döbbelin 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 tes

Re: RFR: JDK-8323543: NPE when table items are set to null [v3]

2024-01-11 Thread Carl Döbbelin
> 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 - Changes: - all: https://