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 193210 - [70cat] NullPointerException at org.netbeans.modules.cnd.makeproject.api.ProjectActionEvent.getRunCommand
Summary: [70cat] NullPointerException at org.netbeans.modules.cnd.makeproject.api.Proj...
Status: RESOLVED DUPLICATE of bug 193192
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-10 08:00 UTC by mortennobel
Modified: 2010-12-10 09:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174884


Attachments
stacktrace (2.08 KB, text/plain)
2010-12-10 08:00 UTC, mortennobel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mortennobel 2010-12-10 08:00:07 UTC
Build: NetBeans IDE Dev (Build 201012100001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
mortennobel: This exception after I selected a main project and ran the project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.api.ProjectActionEvent.getRunCommand(ProjectActionEvent.java:154)
   at org.netbeans.modules.cnd.makeproject.api.ProjectActionEvent.getExecutable(ProjectActionEvent.java:147)
   at org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents.checkExecutable(ProjectActionSupport.java:603)
   at org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents.go(ProjectActionSupport.java:457)
   at org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents.access$000(ProjectActionSupport.java:196)
   at org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents$5.run(ProjectActionSupport.java:576)
Comment 1 mortennobel 2010-12-10 08:00:10 UTC
Created attachment 103912 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2010-12-10 09:18:21 UTC

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