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 257510 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.getFileReferences
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl....
Status: RESOLVED DUPLICATE of bug 258001
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-11 06:54 UTC by Exceptions Reporter
Modified: 2016-07-13 11:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222058


Attachments
stacktrace (3.39 KB, text/plain)
2016-01-11 06:54 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-01-11 06:54:55 UTC
Build: Oracle Solaris Studio 12.4 (2014/10/03 bc3251f82efb)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
GUEST: Just opened Solaris Studio...




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.getFileReferences(FileImpl.java:2216)
   at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.getReference(FileImpl.java:1762)
   at org.netbeans.modules.cnd.modelimpl.impl.services.DeclarationReferenceResolverImpl.findReference(DeclarationReferenceResolverImpl.java:67)
   at org.netbeans.modules.cnd.api.model.xref.CsmReferenceResolver.findReference(CsmReferenceResolver.java:108)
   at org.netbeans.modules.cnd.api.model.xref.CsmReferenceResolver$Default.findReference(CsmReferenceResolver.java:162)
   at org.netbeans.modules.cnd.refactoring.support.CsmRefactoringUtils.findContextObject(CsmRefactoringUtils.java:323)
Comment 1 Exceptions Reporter 2016-01-11 06:54:58 UTC
Created attachment 158082 [details]
stacktrace
Comment 2 Alexander Simon 2016-07-13 11:19:17 UTC
the same bug (for different subcomponent)

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