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 195897 - NullPointerException at org.netbeans.modules.cnd.makeproject.actions.NewTestActionFactory$CreateTestSubmenuAction.createActions
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.actions.NewTestA...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-23 19:03 UTC by Exceptions Reporter
Modified: 2011-03-02 17:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171675


Attachments
stacktrace (2.64 KB, text/plain)
2011-02-23 19:03 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-02-23 19:03:12 UTC
This issue was reported manually by vv159170.
It already has 4 duplicates 


Build: NetBeans IDE Dev (Build 201102070000)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
GUEST: 1. Menu->Tools->Templates->Delete All
2.CppApplication_1->Source Files->Mouse Right Click

GUEST: Menu -> Tool -> Templates -> C/C++ Tests -> Delete




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.actions.NewTestActionFactory$CreateTestSubmenuAction.createActions(NewTestActionFactory.java:323)
   at org.netbeans.modules.cnd.makeproject.actions.NewTestActionFactory$CreateTestSubmenuAction.createSubMenu(NewTestActionFactory.java:279)
   at org.netbeans.modules.cnd.makeproject.actions.NewTestActionFactory$CreateTestSubmenuAction.getPopupPresenter(NewTestActionFactory.java:258)
   at org.openide.util.actions.NodeAction$DelegateAction.getPopupPresenter(NodeAction.java:631)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:2744)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:2824)
Comment 1 Exceptions Reporter 2011-02-23 19:03:19 UTC
Created attachment 106369 [details]
stacktrace