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 217350 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.TemplateUtils.getSpecializationSuffix
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.TemplateUtils....
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
: 218225 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-08-24 08:38 UTC by kosmonaffft
Modified: 2013-01-28 15:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191809


Attachments
stacktrace (1.26 KB, text/plain)
2012-08-24 08:39 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kosmonaffft 2012-08-24 08:38:58 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

User Comments:
kosmonaFFFt: Create new C++ project with existing sources.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.csm.TemplateUtils.getSpecializationSuffix(TemplateUtils.java:82)
   at org.netbeans.modules.cnd.modelimpl.csm.ClassImplSpecialization.initQualifiedName(ClassImplSpecialization.java:101)
   at org.netbeans.modules.cnd.modelimpl.csm.ClassImplSpecialization.init(ClassImplSpecialization.java:91)
   at org.netbeans.modules.cnd.modelimpl.csm.ClassImplSpecialization.create(ClassImplSpecialization.java:118)
   at org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.render(AstRenderer.java:264)
   at org.netbeans.modules.cnd.modelimpl.parser.ParserProviderImpl$Antlr2CppParser.render(ParserProviderImpl.java:211)
Comment 1 kosmonaffft 2012-08-24 08:39:00 UTC
Created attachment 123514 [details]
stacktrace
Comment 2 Egor Ushakov 2012-09-14 13:23:12 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/ea95f1d76fa1
Comment 3 Quality Engineering 2012-09-15 02:14:00 UTC
Integrated into 'main-golden', will be available in build *201209150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ea95f1d76fa1
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #217350 - NPE at TemplateUtils.getSpecializationSuffix
Comment 4 nnnnnk 2012-09-20 15:20:15 UTC
*** Bug 218225 has been marked as a duplicate of this bug. ***