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 243942 - NoSuchMethodError: org.netbeans.modules.cnd.api.model.services.CsmFileInfoQuery.getMacroUsages(Lorg/netbeans/modules/cnd/api/model/CsmFile;)Ljava/util/List;
Summary: NoSuchMethodError: org.netbeans.modules.cnd.api.model.services.CsmFileInfoQue...
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-19 16:20 UTC by VaderZ
Modified: 2014-04-21 06:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209162


Attachments
stacktrace (1.41 KB, text/plain)
2014-04-19 16:20 UTC, VaderZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description VaderZ 2014-04-19 16:20:57 UTC
Build: NetBeans IDE Dev (Build 201404180001)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

User Comments:
VaderZ: -




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.cnd.api.model.services.CsmFileInfoQuery.getMacroUsages(Lorg/netbeans/modules/cnd/api/model/CsmFile;)Ljava/util/List;
   at org.netbeans.modules.cnd.completion.impl.xref.ReferencesSupport.findDeclaration(ReferencesSupport.java:295)
   at org.netbeans.modules.cnd.completion.impl.xref.ReferencesSupport.findReferencedObject(ReferencesSupport.java:248)
   at org.netbeans.modules.cnd.completion.impl.xref.ReferenceImpl.getReferencedObject(ReferenceImpl.java:105)
   at org.netbeans.modules.cnd.highlight.semantic.MarkOccurrencesHighlighter.getOccurrences(MarkOccurrencesHighlighter.java:334)
   at org.netbeans.modules.cnd.highlight.semantic.MarkOccurrencesHighlighter.runImpl(MarkOccurrencesHighlighter.java:253)
   at org.netbeans.modules.cnd.highlight.semantic.MarkOccurrencesHighlighter.run(MarkOccurrencesHighlighter.java:170)
Comment 1 VaderZ 2014-04-19 16:20:58 UTC
Created attachment 146842 [details]
stacktrace
Comment 2 Alexander Simon 2014-04-21 06:34:02 UTC
Please, download full dev bits from 
http://bits.netbeans.org/download/trunk/nightly/latest/

There were some non correctly updated modules on Daily Update Center.

Thanks!