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 249046 - NullPointerException at org.netbeans.modules.dlight.libs.common.PathUtilities.needsNormalization
Summary: NullPointerException at org.netbeans.modules.dlight.libs.common.PathUtilities...
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-01 19:43 UTC by Exceptions Reporter
Modified: 2015-09-24 13:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213814


Attachments
stacktrace (9.97 KB, text/plain)
2014-12-01 19:43 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-12-01 19:43:30 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 24.65-b04, OpenJDK Runtime Environment, 1.7.0_71-b14
OS: Linux

User Comments:
GUEST: Error appears at startup with a C++ project opened in ArchLinux (openJDK 7)




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.dlight.libs.common.PathUtilities.needsNormalization(PathUtilities.java:375)
   at org.netbeans.modules.dlight.libs.common.PathUtilities.normalize(PathUtilities.java:134)
   at org.netbeans.modules.dlight.libs.common.PathUtilities.normalizeUnixPath(PathUtilities.java:107)
   at org.netbeans.modules.cnd.utils.CndPathUtilities.normalizeUnixPath(CndPathUtilities.java:485)
   at org.netbeans.modules.cnd.apt.impl.structure.APTIncludeBaseNode.getFileName(APTIncludeBaseNode.java:205)
   at org.netbeans.modules.cnd.apt.impl.support.APTIncludeResolverImpl.resolveInclude(APTIncludeResolverImpl.java:101)
Comment 1 Exceptions Reporter 2014-12-01 19:43:32 UTC
Created attachment 150823 [details]
stacktrace