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 205717 - AssertionError: AE
Summary: AssertionError: AE
Status: NEW
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-30 14:30 UTC by tester1
Modified: 2011-11-30 14:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164780


Attachments
stacktrace (2.55 KB, text/plain)
2011-11-30 14:30 UTC, tester1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tester1 2011-11-30 14:30:41 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:
tester1: testing exception




Stacktrace: 
java.lang.AssertionError: AE
   at ds.SomeAction.actionPerformed(SomeAction.java:27)
   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:30:43 UTC
Created attachment 113657 [details]
stacktrace