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 241170 - NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.CompletionSupport.getCommonType
Summary: NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.Com...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-30 13:40 UTC by Maria Tishkova
Modified: 2014-02-03 12:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207134


Attachments
stacktrace (3.61 KB, text/plain)
2014-01-30 13:40 UTC, Maria Tishkova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maria Tishkova 2014-01-30 13:40:26 UTC
Build: NetBeans IDE Dev (Build 20140130-fd8ae0792a02)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: SunOS

User Comments:
mromashova: XRef on LLVM




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CompletionSupport.getCommonType(CompletionSupport.java:373)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveItem(CsmCompletionQuery.java:2166)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveExp(CsmCompletionQuery.java:1722)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveType(CsmCompletionQuery.java:1440)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.getTypeList(CsmCompletionQuery.java:2981)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveItem(CsmCompletionQuery.java:2706)
Comment 1 Maria Tishkova 2014-01-30 13:40:28 UTC
Created attachment 144587 [details]
stacktrace