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 246742 - NPE in log OffsetableDeclarationBase.createTemplateDescriptor(OffsetableDeclarationBase.java:211)
Summary: NPE in log OffsetableDeclarationBase.createTemplateDescriptor(OffsetableDecla...
Status: RESOLVED DUPLICATE of bug 250324
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-28 08:46 UTC by Alexander Simon
Modified: 2015-09-09 17:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-08-28 08:46:32 UTC
INFO [dlight.libs.common.logger]
java.lang.NullPointerException
	at org.netbeans.modules.cnd.modelimpl.csm.core.OffsetableDeclarationBase.createTemplateDescriptor(OffsetableDeclarationBase.java:211)
	at org.netbeans.modules.cnd.modelimpl.csm.MethodImplSpecialization.create(MethodImplSpecialization.java:122)
	at org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.render(AstRenderer.java:259)
	at org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.render(AstRenderer.java:120)
	at org.netbeans.modules.cnd.modelimpl.parser.ParserProviderImpl$Antlr2CppParser.render(ParserProviderImpl.java:240)
	at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl._reparse(FileImpl.java:925)
	at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.ensureParsed(FileImpl.java:702)
[catch] at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread._run(ParserThread.java:148)
	at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread.run(ParserThread.java:74)
	at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThreadManager$Wrapper.run(ParserThreadManager.java:92)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Alexander Simon 2015-09-09 17:04:41 UTC

*** This bug has been marked as a duplicate of bug 250324 ***