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 250030 - NullPointerException at org.netbeans.modules.cnd.utils.FSPath.toFSPath
Summary: NullPointerException at org.netbeans.modules.cnd.utils.FSPath.toFSPath
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-26 19:55 UTC by Exceptions Reporter
Modified: 2015-09-23 16:15 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215006


Attachments
stacktrace (587 bytes, text/plain)
2015-01-26 19:55 UTC, Exceptions Reporter
Details

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


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Linux

User Comments:
GUEST: Creating a new project using existing sources




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.utils.FSPath.toFSPath(FSPath.java:66)
   at org.netbeans.modules.cnd.modelimpl.platform.CsmEventDispatcher.processEvent(CsmEventDispatcher.java:249)
   at org.netbeans.modules.cnd.modelimpl.platform.CsmEventDispatcher.access$600(CsmEventDispatcher.java:86)
   at org.netbeans.modules.cnd.modelimpl.platform.CsmEventDispatcher$Worker.run(CsmEventDispatcher.java:216)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Exceptions Reporter 2015-01-26 19:55:09 UTC
Created attachment 151687 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-05-21 07:48:30 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=215006
Comment 3 Quality Engineering 2015-09-09 01:24:17 UTC
Integrated into 'main-silver', will be available in build *201509090002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/717f3ad1708c
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #250030 NullPointerException at org.netbeans.modules.cnd.utils.FSPath.toFSPath
- safe assertNotNullInConsole
Comment 4 Vladimir Kvashin 2015-09-23 16:15:57 UTC
fixed by Alexander in
http://hg.netbeans.org/cnd-main/rev/717f3ad1708c