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 247726 - NullPointerException at java.util.concurrent.ConcurrentHashMap.get
Summary: NullPointerException at java.util.concurrent.ConcurrentHashMap.get
Status: RESOLVED DUPLICATE of bug 248225
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-10-06 12:35 UTC by Exceptions Reporter
Modified: 2015-09-25 13:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212490


Attachments
stacktrace (7.82 KB, text/plain)
2014-10-06 12:35 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-10-06 12:35:57 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Linux

User Comments:
GUEST: evaluated a watch expression




Stacktrace: 
java.lang.NullPointerException
   at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936)
   at org.netbeans.modules.cnd.utils.cache.CndFileUtils.toFileObject(CndFileUtils.java:190)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.findFileImpl(ProjectBase.java:2649)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.findFile(ProjectBase.java:2631)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.prepareIncludedFile(ProjectBase.java:1724)
   at org.netbeans.modules.cnd.modelimpl.parser.apt.APTParseFileWalker.includeAction(APTParseFileWalker.java:231)
Comment 1 Exceptions Reporter 2014-10-06 12:35:59 UTC
Created attachment 149737 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-09-25 13:15:23 UTC

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