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 250680 - NullPointerException at org.netbeans.modules.cnd.utils.CndPathUtilities.naturalizeSlashes
Summary: NullPointerException at org.netbeans.modules.cnd.utils.CndPathUtilities.natur...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
: 267389 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-02-25 09:19 UTC by zeloras
Modified: 2016-08-15 14:38 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215657


Attachments
stacktrace (1.70 KB, text/plain)
2015-02-25 09:19 UTC, zeloras
Details
stacktrace (1.70 KB, text/plain)
2016-01-06 12:14 UTC, abalint21
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zeloras 2015-02-25 09:19:12 UTC
Build: NetBeans IDE Dev (Build 201502230001)
VM: OpenJDK 64-Bit Server VM, 25.31-b07, OpenJDK Runtime Environment, 1.8.0_31-b13
OS: Linux

User Comments:
zeloras: Create new project, select project, and select option "user settings"




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:356)
   at org.netbeans.modules.cnd.discovery.wizard.DiscoveryExtension.createProject(DiscoveryExtension.java:126)
   at org.netbeans.modules.cnd.makeproject.ui.wizards.NewMakeProjectWizardIterator.instantiate(NewMakeProjectWizardIterator.java:395)
   at org.netbeans.modules.cnd.makeproject.ui.wizards.NewMakeProjectWizardIterator.instantiate(NewMakeProjectWizardIterator.java:354)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1044)
Comment 1 zeloras 2015-02-25 09:19:13 UTC
Created attachment 152199 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-12-29 08:19:58 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=215657
Comment 3 Vladimir Voskresensky 2015-12-29 12:04:02 UTC
Alexander, is it still valid? I see reports only comming from 8.0.2
Comment 4 abalint21 2016-01-06 12:14:03 UTC
Created attachment 158025 [details]
stacktrace

no clue
Comment 5 Alexander Simon 2016-07-21 12:14:58 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/9fd13e5c92e4
Comment 6 Quality Engineering 2016-07-22 01:52:08 UTC
Integrated into 'main-silver', will be available in build *201607220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9fd13e5c92e4
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #250680 NullPointerException at org.netbeans.modules.cnd.utils.CndPathUtilities.naturalizeSlashes
Comment 7 Alexander Simon 2016-08-15 14:38:44 UTC
*** Bug 267389 has been marked as a duplicate of this bug. ***