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 194493 - NullPointerException at org.netbeans.modules.cnd.makeproject.api.RunDialogPanel.getSelectedProject
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.api.RunDialogPan...
Status: RESOLVED DUPLICATE of bug 193139
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 21:11 UTC by Exceptions Reporter
Modified: 2011-01-20 11:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175881


Attachments
stacktrace (3.46 KB, text/plain)
2011-01-19 21:11 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-01-19 21:11:18 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE 7.0 Beta (Build 201011161834)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.api.RunDialogPanel.getSelectedProject(RunDialogPanel.java:592)
   at org.netbeans.modules.cnd.makeproject.actions.RunDialogAction.perform(RunDialogAction.java:191)
   at org.netbeans.modules.cnd.makeproject.actions.RunDialogAction.perform(RunDialogAction.java:158)
   at org.netbeans.modules.cnd.makeproject.actions.RunDialogAction.performAction(RunDialogAction.java:133)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
Comment 1 Exceptions Reporter 2011-01-19 21:11:21 UTC
Created attachment 105164 [details]
stacktrace
Comment 2 Alexander Simon 2011-01-20 11:00:08 UTC

*** This bug has been marked as a duplicate of bug 193139 ***