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 252122 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel$AttachController.load
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: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-27 20:42 UTC by Exceptions Reporter
Modified: 2015-04-29 02:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216993


Attachments
stacktrace (3.90 KB, text/plain)
2015-04-27 20:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-04-27 20:42:29 UTC
This bug was originally marked as duplicate of bug 248904, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201502070001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Windows 8

User Comments:
GUEST: trying to attach to a remote host over vpn




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel$AttachController.load(AttachPanel.java:1030)
   at org.netbeans.modules.debugger.ui.actions.DebugMainProjectAction$AttachHistorySupport.perform(DebugMainProjectAction.java:419)
   at org.netbeans.modules.debugger.ui.actions.DebugMainProjectAction$AttachHistorySupport.access$200(DebugMainProjectAction.java:326)
   at org.netbeans.modules.debugger.ui.actions.DebugMainProjectAction$AttachHistorySupport$1.run(DebugMainProjectAction.java:372)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1425)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:59)
Comment 1 Exceptions Reporter 2015-04-27 20:42:31 UTC
Created attachment 153420 [details]
stacktrace
Comment 2 henk89 2015-04-28 14:40:45 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/f9d4039ad893
Comment 3 Quality Engineering 2015-04-29 02:32:07 UTC
Integrated into 'main-silver', will be available in build *201504290001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f9d4039ad893
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #252122 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel$AttachController.load