After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 768347 - Can't create new web project in Netbeans 8.1 when AtkWrapper is activated
Can't create new web project in Netbeans 8.1 when AtkWrapper is activated
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
0.33.x
Other Linux
: Normal normal
: ---
Assigned To: java-atk-wrapper maintainer(s)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-07-03 18:24 UTC by Samuel Thibault
Modified: 2019-05-01 22:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (1.52 KB, text/plain)
2016-07-03 18:24 UTC, Samuel Thibault
Details

Description Samuel Thibault 2016-07-03 18:24:46 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.
Comment 1 Samuel Thibault 2019-05-01 22:07:48 UTC
Fixed by 7b56ccdbe493d03963ba28e4a054fe90e7e9fc9c ('Fix more missing tests for getAccessibleContext returning null')