This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 247123 - NullPointerException at org.GNOME.Accessibility.AtkWrapper$3.propertyChange
Summary: NullPointerException at org.GNOME.Accessibility.AtkWrapper$3.propertyChange
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 11:20 UTC by danfalos
Modified: 2014-09-22 07:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211865


Attachments
stacktrace (4.44 KB, text/plain)
2014-09-15 11:20 UTC, danfalos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description danfalos 2014-09-15 11:20:55 UTC
Build: NetBeans IDE Dev (Build 201409110001)
VM: OpenJDK 64-Bit Server VM, 25.11-b02, OpenJDK Runtime Environment, 1.8.0_11-b12
OS: Linux

User Comments:
danfalos: creating  a  xml  file




Stacktrace: 
java.lang.NullPointerException
   at org.GNOME.Accessibility.AtkWrapper$3.propertyChange(AtkWrapper.java:450)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
   at javax.accessibility.AccessibleContext.firePropertyChange(AccessibleContext.java:745)
   at java.awt.Component$AccessibleAWTComponent$AccessibleAWTComponentHandler.componentShown(Component.java:9082)
Comment 1 danfalos 2014-09-15 11:20:56 UTC
Created attachment 149219 [details]
stacktrace