GNOME Bugzilla – Bug 768347
Can't create new web project in Netbeans 8.1 when AtkWrapper is activated
Last modified: 2019-05-01 22:07:48 UTC
Created attachment 330817 [details] proposed fix Hello, This was reported on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829293 See the backtrace there, notably java.lang.NullPointerException at org.GNOME.Accessibility.AtkWrapper$4.propertyChange(AtkWrapper.java:584) i.e. parent.getAccessibleContext() returned null. I'll be trying the attached patch, which also fixes some other potential crashes due to getAccessibleContext() returning null for whatever reason.
Fixed by 7b56ccdbe493d03963ba28e4a054fe90e7e9fc9c ('Fix more missing tests for getAccessibleContext returning null')