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 243119 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl._getClassifier
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl._getC...
Status: RESOLVED DUPLICATE of bug 249996
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-03-21 00:09 UTC by titosanxez
Modified: 2015-09-23 22:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208573


Attachments
stacktrace (2.44 KB, text/plain)
2014-03-21 00:09 UTC, titosanxez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description titosanxez 2014-03-21 00:09:44 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Mac OS X

User Comments:
titosanxez: Reparsing a project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl._getClassifier(TypeImpl.java:988)
   at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl.isBuiltInBased(TypeImpl.java:1038)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmResultItem.getTypeColor(CsmResultItem.java:149)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmResultItem$MethodResultItem.<init>(CsmResultItem.java:894)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmResultItem$GlobalFunctionResultItem.<init>(CsmResultItem.java:821)
   at org.netbeans.modules.cnd.completion.cplusplus.NbCsmResultItem$NbGlobalFunctionResultItem.<init>(NbCsmResultItem.java:176)
Comment 1 titosanxez 2014-03-21 00:09:46 UTC
Created attachment 146201 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-09-23 22:17:20 UTC

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