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 244864 - NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.performQueryTask
Summary: NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.Csm...
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: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-03 13:23 UTC by Exceptions Reporter
Modified: 2014-06-24 02:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210083


Attachments
stacktrace (7.50 KB, text/plain)
2014-06-03 13:23 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-06-03 13:23:18 UTC
This issue was reported manually by alexvsimon.
It already has 2 duplicates 


Build: NetBeans IDE 8.0 (Build 201403101706)
VM: OpenJDK 64-Bit Server VM, 24.51-b03, OpenJDK Runtime Environment, 1.7.0_55-b14
OS: Linux

User Comments:
GUEST: Again did nothing special just pressed enter, might restart netbeans now, happened just after:
http://statistics.netbeans.org/analytics/exception.do?id=726902

GUEST: No idea how to reproduce it, I've just noticed a tiny exclamation mark on the bottom of the screen.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.performQueryTask(CsmCompletionQuery.java:339)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.queryType(CsmCompletionQuery.java:314)
   at org.netbeans.modules.cnd.completion.cplusplus.CsmEntityResolverImpl.resolveType(CsmEntityResolverImpl.java:71)
   at org.netbeans.modules.cnd.api.model.services.CsmEntityResolver$Default.resolveType(CsmEntityResolver.java:288)
   at org.netbeans.modules.cnd.api.model.services.CsmEntityResolver.resolveType(CsmEntityResolver.java:120)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CompletionSupport.accurateFilterMethods(CompletionSupport.java:654)
Comment 1 Exceptions Reporter 2014-06-03 13:23:20 UTC
Created attachment 147554 [details]
stacktrace
Comment 2 Alexander Simon 2014-06-23 09:09:04 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/f44e70b5815f
Comment 3 Quality Engineering 2014-06-24 02:41:46 UTC
Integrated into 'main-silver', will be available in build *201406240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f44e70b5815f
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #244864 NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.performQueryTask