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 - NullPointerException at javax.swing.JMenuItem$MenuItemPropertyChangeListener.propertyChange
Summary: NullPointerException at javax.swing.JMenuItem$MenuItemPropertyChangeListener....
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-27 08:09 UTC by dnvsrikanth
Modified: 2009-05-31 21:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151839


Attachments
stacktrace (5.37 KB, text/plain)
2009-05-27 08:09 UTC, dnvsrikanth
Details

Note You need to log in before you can comment on or make changes to this bug.
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