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 205720

Summary: IllegalArgumentException: IAE
Product: qa Reporter: tester1
Component: CodeAssignee: issues@qa <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 164781
Attachments: stacktrace

Description tester1 2011-11-30 15:01:34 UTC
Build: NetBeans IDE Dev (Build 201111230600)
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:
tester1: testing




Stacktrace: 
java.lang.IllegalArgumentException: IAE
   at ds.SomeAction.actionPerformed(SomeAction.java:28)
   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 15:01:36 UTC
Created attachment 113660 [details]
stacktrace