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 228778 - IllegalStateException: NOT_A_REAL_REPORT
Summary: IllegalStateException: NOT_A_REAL_REPORT
Status: NEW
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-19 17:49 UTC by Tomas Danek
Modified: 2013-04-19 17:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200082


Attachments
stacktrace (2.55 KB, text/plain)
2013-04-19 17:49 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2013-04-19 17:49:14 UTC
Build: NetBeans IDE Dev (Build 20130410-0f30477236c8)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b12
OS: Mac OS X

User Comments:
musilt2: NOT_A_REAL_REPORT




Stacktrace: 
java.lang.IllegalStateException: NOT_A_REAL_REPORT
   at test.SomeAction.actionPerformed(SomeAction.java:26)
   at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:198)
   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:201)
Comment 1 Tomas Danek 2013-04-19 17:49:16 UTC
Created attachment 133607 [details]
stacktrace