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

Summary: [82cat] NullPointerException at org.netbeans.modules.cnd.utils.CndPathUtilities.naturalizeSlashes
Product: cnd Reporter: kosmonaffft
Component: Project DiscoveryAssignee: Alexander Simon <alexvsimon>
Status: CLOSED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225551
Attachments: stacktrace

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 ***