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 247397 - NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.formatType
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-09-23 11:41 UTC by Exceptions Reporter
Modified: 2015-09-25 01:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212126


Attachments
stacktrace (2.66 KB, text/plain)
2014-09-23 11:41 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-09-23 11:41:04 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: OpenJDK 64-Bit Server VM, 24.65-b04, OpenJDK Runtime Environment, 1.7.0_65-b32
OS: Linux

User Comments:
GUEST: viewing C code




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.formatType(CsmCompletionQuery.java:860)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.access$1600(CsmCompletionQuery.java:156)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveItem(CsmCompletionQuery.java:2091)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveParams(CsmCompletionQuery.java:1681)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveExp(CsmCompletionQuery.java:1713)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.getResolvedContext(CsmCompletionQuery.java:817)
Comment 1 Exceptions Reporter 2014-09-23 11:41:11 UTC
Created attachment 149458 [details]
stacktrace
Comment 2 petrk 2015-09-24 14:56:27 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/e82288d60bc1
Comment 3 Quality Engineering 2015-09-25 01:47:38 UTC
Integrated into 'main-silver', will be available in build *201509250002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e82288d60bc1
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #247397 - NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.formatType