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 248029 - AbstractMethodError: org.netbeans.modules.cnd.completion.cplusplus.CsmExpressionResolverImpl.resolveType(Lorg/netbeans/modules/cnd/api/model/CsmOffsetable;Ljava/util/List;Lorg/netbeans/modules/cnd/api
Summary: AbstractMethodError: org.netbeans.modules.cnd.completion.cplusplus.CsmExpress...
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal with 1 vote (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-19 21:19 UTC by psegura
Modified: 2014-10-31 12:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212842


Attachments
stacktrace (3.52 KB, text/plain)
2014-10-19 21:19 UTC, psegura
Details

Note You need to log in before you can comment on or make changes to this bug.
Description psegura 2014-10-19 21:19:48 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-2061-on-20140828)
VM: Java HotSpot(TM) Client VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Linux

User Comments:
psegura: Using contextual help to show tooltip info about method.




Stacktrace: 
java.lang.AbstractMethodError: org.netbeans.modules.cnd.completion.cplusplus.CsmExpressionResolverImpl.resolveType(Lorg/netbeans/modules/cnd/api/model/CsmOffsetable;Ljava/util/List;Lorg/netbeans/modules/cnd/api/model/services/CsmExpressionResolver$ResolvedTypeHandler;)V
   at org.netbeans.modules.cnd.api.model.services.CsmExpressionResolver$Default.resolveType(CsmExpressionResolver.java:356)
   at org.netbeans.modules.cnd.api.model.services.CsmExpressionResolver.resolveType(CsmExpressionResolver.java:172)
   at org.netbeans.modules.cnd.modelimpl.csm.DeclTypeImpl.resolve(DeclTypeImpl.java:174)
   at org.netbeans.modules.cnd.modelimpl.csm.DeclTypeImpl.isConst(DeclTypeImpl.java:144)
   at org.netbeans.modules.cnd.modelimpl.csm.DeclTypeImpl.isConst(DeclTypeImpl.java:140)
   at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl.decorateText(TypeImpl.java:614)
Comment 1 psegura 2014-10-19 21:19:50 UTC
Created attachment 149987 [details]
stacktrace
Comment 2 julianAtEg 2014-10-30 09:55:18 UTC
This is seriously affecting my productivity at with C/C++ code assistance on it happens continuously. Please fix asap.
Comment 3 Vladimir Voskresensky 2014-10-31 12:12:35 UTC
Hello Julian.
Sorry for your troubles. It happens from time to time with daily bits.
Your workaround is to download complete bits from 
http://bits.netbeans.org/download/trunk/nightly/latest/

instead of partial update from Update Center in IDE

Hope it helps,
Vladimir.