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 196249 - NullPointerException at org.netbeans.modules.cnd.makeproject.actions.OpenRemoteProjectAction.actionPerformed
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.actions.OpenRemo...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-03 17:51 UTC by Vladimir Voskresensky
Modified: 2011-03-04 05:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177222


Attachments
stacktrace (3.33 KB, text/plain)
2011-03-03 17:51 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2011-03-03 17:51:55 UTC
Build: NetBeans IDE Dev (Build 110303-46de0f4f87f0)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
vv159170: import project without remote hosts




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.actions.OpenRemoteProjectAction.actionPerformed(OpenRemoteProjectAction.java:129)
   at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:137)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
   at org.openide.awt.AlwaysEnabledAction.actionPerformed(AlwaysEnabledAction.java:140)
Comment 1 Vladimir Voskresensky 2011-03-03 17:51:59 UTC
Created attachment 106666 [details]
stacktrace
Comment 3 Quality Engineering 2011-03-04 05:47:16 UTC
Integrated into 'main-golden', will be available in build *201103040000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/04875c4e48ce
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #196249 -  NullPointerException at org.netbeans.modules.cnd.makeproject.actions.OpenRemoteProjectAction.actionPerformed