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 267389 - [82cat] NullPointerException at org.netbeans.modules.cnd.utils.CndPathUtilities.naturalizeSlashes
Summary: [82cat] NullPointerException at org.netbeans.modules.cnd.utils.CndPathUtiliti...
Status: CLOSED DUPLICATE of bug 250680
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-02 03:10 UTC by kosmonaffft
Modified: 2016-10-06 04:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225551


Attachments
stacktrace (1.71 KB, text/plain)
2016-08-02 03:10 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kosmonaffft 2016-08-02 03:10:41 UTC
Build: NetBeans IDE Dev (Build 201607120002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows 8.1

User Comments:
kosmonaFFFt: Create remote c project with existing code...




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.utils.CndPathUtilities.naturalizeSlashes(CndPathUtilities.java:494)
   at org.netbeans.modules.cnd.discovery.projectimport.ImportProject.create(ImportProject.java:371)
   at org.netbeans.modules.cnd.discovery.wizard.DiscoveryExtension.createProject(DiscoveryExtension.java:125)
   at org.netbeans.modules.cnd.remote.projectui.wizard.cnd.NewMakeProjectWizardIterator.instantiate(NewMakeProjectWizardIterator.java:377)
   at org.netbeans.modules.cnd.remote.projectui.wizard.cnd.NewMakeProjectWizardIterator.instantiate(NewMakeProjectWizardIterator.java:345)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1051)
Comment 1 kosmonaffft 2016-08-02 03:10:42 UTC
Created attachment 161524 [details]
stacktrace
Comment 2 Alexander Simon 2016-08-15 14:38:44 UTC

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