AW: WG: Minimal reproduction example for JDK-8217953 NPE in TableCellSkin

2020-02-13 Thread Peter, Benjamin
Hello Kevin, sure, will do :-). BEGIN import java.util.List; import java.util.concurrent.atomic.AtomicInteger; import javafx.application.Application; import javafx.application.Platform; import javafx.beans.property.SimpleStringProperty; import javafx.beans.property.StringProperty; im

Re: AW: WG: Minimal reproduction example for JDK-8217953 NPE in TableCellSkin

2020-02-14 Thread Kevin Rushforth
Hi Ben, Thank you. That does indeed reproduce the problem for me on the 100th iteration. I've attached your test program to the bug report. -- Kevin On 2/13/2020 11:22 PM, Peter, Benjamin wrote: Hello Kevin, sure, will do :-). BEGIN import java.util.List; import java.util.conc