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 250394 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.EnumeratorImpl.getQualifiedName
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.EnumeratorImpl...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-12 16:21 UTC by ocarivenc
Modified: 2015-09-25 01:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215378


Attachments
stacktrace (2.11 KB, text/plain)
2015-02-12 16:21 UTC, ocarivenc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ocarivenc 2015-02-12 16:21:29 UTC
Build: MPLAB X IDE v2.30
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.csm.EnumeratorImpl.getQualifiedName(EnumeratorImpl.java:101)
   at org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver.mergeByFQN(CsmProjectContentResolver.java:1392)
   at org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver.getLibElements(CsmProjectContentResolver.java:344)
   at org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver.getLibEnumerators(CsmProjectContentResolver.java:318)
   at org.netbeans.modules.cnd.completion.csm.CompletionResolverImpl.getLibEnumerators(CompletionResolverImpl.java:1014)
   at org.netbeans.modules.cnd.completion.csm.CompletionResolverImpl.resolveContext(CompletionResolverImpl.java:616)
Comment 1 ocarivenc 2015-02-12 16:21:31 UTC
Created attachment 151975 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-09-23 21:48:56 UTC
http://hg.netbeans.org/cnd-main/rev/f9d290bb571e
Comment 3 Quality Engineering 2015-09-25 01:46:27 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/f9d290bb571e
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #250394 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.EnumeratorImpl.getQualifiedName