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

Summary: NullPointerException at org.GNOME.Accessibility.AtkWrapper$3.propertyChange
Product: platform Reporter: danfalos
Component: -- Other --Assignee: Antonin Nebuzelsky <anebuzelsky>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211865
Attachments: stacktrace

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