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 241063 - NullPointerException at org.netbeans.modules.cnd.modelimpl.impl.services.InstantiationProviderImpl.findBestSpecialization
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.impl.services.Inst...
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: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-28 14:10 UTC by petrk
Modified: 2014-01-31 02:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207031


Attachments
stacktrace (3.20 KB, text/plain)
2014-01-28 14:10 UTC, petrk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2014-01-28 14:10:26 UTC
Build: NetBeans IDE Dev (Build 20140126-34582bb38807)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
petrk: iterator_facade in boost

petrk: advance.hpp in boost




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.impl.services.InstantiationProviderImpl.findBestSpecialization(InstantiationProviderImpl.java:791)
   at org.netbeans.modules.cnd.modelimpl.impl.services.InstantiationProviderImpl.specialize(InstantiationProviderImpl.java:533)
   at org.netbeans.modules.cnd.modelimpl.impl.services.InstantiationProviderImpl.instantiate(InstantiationProviderImpl.java:256)
   at org.netbeans.modules.cnd.modelimpl.impl.services.InstantiationProviderImpl.instantiate(InstantiationProviderImpl.java:221)
   at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl.specialize(TypeImpl.java:795)
   at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl.getClassifier(TypeImpl.java:766)
Comment 1 petrk 2014-01-28 14:10:28 UTC
Created attachment 144469 [details]
stacktrace
Comment 2 petrk 2014-01-28 18:10:08 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/4ba8d528893b
Comment 3 Quality Engineering 2014-01-31 02:40:34 UTC
Integrated into 'main-silver', will be available in build *201401310001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4ba8d528893b
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #241063 - NullPointerException at org.netbeans.modules.cnd.modelimpl.impl.services.InstantiationProviderImpl.findBestSpecialization