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 249432 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.renderStatement
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.core.AstRender...
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-18 17:38 UTC by Exceptions Reporter
Modified: 2015-09-24 17:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214292


Attachments
stacktrace (2.35 KB, text/plain)
2014-12-18 17:38 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-12-18 17:38:48 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
GUEST: i do not know




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.renderStatement(AstRenderer.java:2195)
   at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.renderStatements(LazyStatementImpl.java:161)
   at org.netbeans.modules.cnd.modelimpl.parser.ParserProviderImpl$Antlr2CppParser.render(ParserProviderImpl.java:227)
   at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.renderStatements(LazyStatementImpl.java:147)
   at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.createStatements(LazyStatementImpl.java:116)
   at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.getStatements(LazyStatementImpl.java:88)
Comment 1 Exceptions Reporter 2014-12-18 17:38:50 UTC
Created attachment 151177 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-09-24 17:17:41 UTC
Looks like a repository problem. Should be fixed by numerous late Dec 2014 fixes.