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

Summary: NoSuchMethodError: org.netbeans.modules.cnd.api.model.services.CsmFileInfoQuery.getMacroUsages(Lorg/netbeans/modules/cnd/api/model/CsmFile;)Ljava/util/List;
Product: cnd Reporter: VaderZ
Component: Code CompletionAssignee: issues@cnd <issues>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 209162
Attachments: stacktrace

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!