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 246689 - NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletion.isPrimitiveClass
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: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-25 20:02 UTC by Exceptions Reporter
Modified: 2015-09-26 12:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211419


Attachments
stacktrace (3.15 KB, text/plain)
2014-08-25 20:02 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-08-25 20:02:10 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.65-b04, OpenJDK Runtime Environment, 1.7.0_65-b32
OS: Linux

User Comments:
GUEST: i think this problem occour while owncloud update my source-files

GUEST: I'm working on a cpp-project while this notification appear. I didn't find out any bug after this notification




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletion.isPrimitiveClass(CsmCompletion.java:225)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveItem(CsmCompletionQuery.java:2356)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveExp(CsmCompletionQuery.java:1839)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveType(CsmCompletionQuery.java:1553)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveType(CsmCompletionQuery.java:1542)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.getTypeList(CsmCompletionQuery.java:3222)
Comment 1 Exceptions Reporter 2014-08-25 20:02:12 UTC
Created attachment 148894 [details]
stacktrace
Comment 2 petrk 2015-09-25 12:13:37 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/5648290e9eef
Comment 3 Quality Engineering 2015-09-26 12:58:07 UTC
Integrated into 'main-silver', will be available in build *201509261150* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5648290e9eef
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #246689 - NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletion.isPrimitiveClass