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 234270 - NullPointerException: NOT_A_REAL_REPORT
Summary: NullPointerException: 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-08-12 14:25 UTC by Tomas Danek
Modified: 2013-08-12 14:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164797


Attachments
stacktrace (2.57 KB, text/plain)
2013-08-12 14:25 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-08-12 14:25:28 UTC
Build: NetBeans IDE Dev (Build 201308112300)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b55, Java(TM) SE Runtime Environment, 1.7.0_40-ea-b37
OS: Mac OS X

User Comments:
musilt2: testDbg

GUEST: Testing

musilt2: username is ok

GUEST: aaa




Stacktrace: 
java.lang.NullPointerException: NOT_A_REAL_REPORT
   at notarealreport.NotARealReport.actionPerformed(NotARealReport.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-08-12 14:25:52 UTC
Created attachment 138587 [details]
stacktrace