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 213913 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.actions.ExecutableProjectPanel.getProjectByPath
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.ac...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-10 16:07 UTC by _ pandajava
Modified: 2012-06-14 06:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189289


Attachments
stacktrace (6.85 KB, text/plain)
2012-06-10 16:07 UTC, _ pandajava
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pandajava 2012-06-10 16:07:07 UTC
Build: NetBeans IDE Dev (Build 201205270002)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
pandajava: Attach Debugger a remote sample C program (Quote_mkfb).




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.ExecutableProjectPanel.getProjectByPath(ExecutableProjectPanel.java:516)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.ExecutableProjectPanel.setSelectedProjectByPath(ExecutableProjectPanel.java:495)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.ExecutableProjectPanel.setExecutablePath(ExecutableProjectPanel.java:174)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel.chosenProcess(AttachPanel.java:569)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel.procTableClicked(AttachPanel.java:550)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel.access$600(AttachPanel.java:125)
Comment 1 _ pandajava 2012-06-10 16:07:14 UTC
Created attachment 120622 [details]
stacktrace
Comment 2 henk89 2012-06-13 14:02:44 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/8e0aa9cdf8ec
Comment 3 Quality Engineering 2012-06-14 06:10:34 UTC
Integrated into 'main-golden', will be available in build *201206140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8e0aa9cdf8ec
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #213913 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.actions.ExecutableProjectPanel.getProjectByPath