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 250914 - NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.CompletionSupport.isAssignable
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.1
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-05 08:25 UTC by ilia
Modified: 2015-03-22 23:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215859


Attachments
stacktrace (4.29 KB, text/plain)
2015-03-05 08:25 UTC, ilia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ilia 2015-03-05 08:25:53 UTC
Build: NetBeans IDE Dev (Build 201502160001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Linux

User Comments:
ilia: iterated over highlighted items (Alt+Up/Down)




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CompletionSupport.isAssignable(CompletionSupport.java:401)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CompletionSupport.filterMethods(CompletionSupport.java:592)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CompletionSupport.filterMethods(CompletionSupport.java:544)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CompletionSupport.filterMethods(CompletionSupport.java:522)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveItem(CsmCompletionQuery.java:2385)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveExp(CsmCompletionQuery.java:1892)
Comment 1 ilia 2015-03-05 08:25:55 UTC
Created attachment 152405 [details]
stacktrace
Comment 2 Quality Engineering 2015-03-15 06:03:36 UTC
Integrated into 'main-silver', will be available in build *201503150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/06312468eb12
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #250914 - NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.CompletionSupport.isAssignable