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 242926 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.TypeFactory$TypeWrapper.format
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.TypeFactory$Ty...
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-03-15 15:25 UTC by petrk
Modified: 2014-04-24 02:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208413


Attachments
stacktrace (4.86 KB, text/plain)
2014-03-15 15:25 UTC, petrk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2014-03-15 15:25:37 UTC
Build: NetBeans IDE Dev (Build 20140315-42590a651235)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
petrk: opened foreach.hpp in boost 1.54




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.csm.TypeFactory$TypeWrapper.format(TypeFactory.java:699)
   at org.netbeans.modules.cnd.modelimpl.csm.TypeFactory$TypeWrapper.getText(TypeFactory.java:691)
   at org.netbeans.modules.cnd.modelimpl.csm.TypeFactory$TypeWrapper.getCanonicalText(TypeFactory.java:661)
   at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl.getCanonicalText(TypeImpl.java:556)
   at org.netbeans.modules.cnd.modelimpl.csm.Instantiation.getInstantiationCanonicalText(Instantiation.java:2140)
   at org.netbeans.modules.cnd.modelimpl.impl.services.InstantiationProviderImpl.specialize(InstantiationProviderImpl.java:500)
Comment 1 petrk 2014-03-15 15:25:38 UTC
Created attachment 146041 [details]
stacktrace
Comment 2 petrk 2014-03-15 16:47:16 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/1a49f183a073
Comment 3 Quality Engineering 2014-03-16 02:18:02 UTC
Integrated into 'main-silver', will be available in build *201403160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1a49f183a073
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #242926 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.TypeFactory$TypeWrapper.format
Comment 4 Quality Engineering 2014-03-18 03:00:20 UTC
Integrated into 'main-silver', will be available in build *201403180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e254ccd6f9c9
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Additional fix for #242926 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.TypeFactory$TypeWrapper.format
-- fixed model tests
Comment 5 Quality Engineering 2014-04-24 02:13:27 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/41e165e7aeba
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #242926 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.TypeFactory$TypeWrapper.format
(transplanted from 1a49f183a073b759cda238a8b7541612abc12b41)