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 205715

Summary: NullPointerException: NPE
Product: qa Reporter: tester1
Component: CodeAssignee: issues@qa <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 164779
Attachments: stacktrace

Description tester1 2011-11-30 14:11:24 UTC
Build: NetBeans IDE 7.1 RC2 (Build 201111292200)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-11M3527
OS: Mac OS X

User Comments:
GUEST: tst

tester1: testing exception - ignore




Stacktrace: 
java.lang.NullPointerException: NPE
   at ds.SomeAction.actionPerformed(SomeAction.java:26)
   at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:197)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
   at org.openide.awt.AlwaysEnabledAction.actionPerformed(AlwaysEnabledAction.java:200)
Comment 1 tester1 2011-11-30 14:11:26 UTC
Created attachment 113656 [details]
stacktrace