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

Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl._getClassifier
Product: cnd Reporter: titosanxez
Component: Code ModelAssignee: issues@cnd <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208573
Attachments: stacktrace

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 ***