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 166076

Summary: NullPointerException at javax.swing.JMenuItem$MenuItemPropertyChangeListener.propertyChange
Product: third-party Reporter: dnvsrikanth <dnvsrikanth>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=151839
Issue Type: DEFECT Exception Reporter: 151839
Attachments: stacktrace

Description dnvsrikanth 2009-05-27 08:09:03 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.5.0_08-b03, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_08-b03
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at javax.swing.JMenuItem$MenuItemPropertyChangeListener.propertyChange(JMenuItem.java:390)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
        at org.openide.util.SharedClassObject.firePropertyChange(SharedClassObject.java:454)
        at org.openide.util.actions.NodeAction.maybeFireEnabledChange(NodeAction.java:368)
        at org.openide.util.actions.NodeAction$NodesL$1.run(NodeAction.java:522)
Comment 1 dnvsrikanth 2009-05-27 08:09:08 UTC
Created attachment 82835 [details]
stacktrace