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 271580 - NoSuchMethodError: org.netbeans.modules.cnd.modelutil.CsmUtilities.isDecltypeAutoType(Lorg/netbeans/modules/cnd/api/model/CsmType;)Z
Summary: NoSuchMethodError: org.netbeans.modules.cnd.modelutil.CsmUtilities.isDecltype...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-03 08:41 UTC by Exceptions Reporter
Modified: 2017-10-03 08:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230489


Attachments
stacktrace (2.48 KB, text/plain)
2017-10-03 08:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-10-03 08:41:59 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Linux

User Comments:
GUEST: Editing C source file




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.cnd.modelutil.CsmUtilities.isDecltypeAutoType(Lorg/netbeans/modules/cnd/api/model/CsmType;)Z
   at org.netbeans.modules.cnd.modelimpl.csm.deep.ReturnStatementImpl.create(ReturnStatementImpl.java:97)
   at org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.renderStatement(AstRenderer.java:2429)
   at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.renderStatements(LazyStatementImpl.java:229)
   at org.netbeans.modules.cnd.modelimpl.parser.ParserProviderImpl$Antlr2CppParser.render(ParserProviderImpl.java:238)
   at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.renderStatements(LazyStatementImpl.java:180)
   at org.netbeans.modules.cnd.modelimpl.csm.deep.LazyStatementImpl.createStatements(LazyStatementImpl.java:143)
Comment 1 Exceptions Reporter 2017-10-03 08:42:01 UTC
Created attachment 165235 [details]
stacktrace