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 211568 - NoSuchMethodError: org.netbeans.modules.cnd.apt.support.APTMacroExpandedStream: method <init>(Lorg/netbeans/modules/cnd/antlr/TokenStream;Lorg/netbeans/modules/cnd/apt/support/APTMacroCallback;)V not
Summary: NoSuchMethodError: org.netbeans.modules.cnd.apt.support.APTMacroExpandedStrea...
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-23 08:17 UTC by Peter Nabbefeld
Modified: 2012-04-23 13:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187291


Attachments
stacktrace (4.34 KB, text/plain)
2012-04-23 08:18 UTC, Peter Nabbefeld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Nabbefeld 2012-04-23 08:17:56 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-9174-on-20120415)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows XP

User Comments:
epdv: Closing a C source file




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.cnd.apt.support.APTMacroExpandedStream: method <init>(Lorg/netbeans/modules/cnd/antlr/TokenStream;Lorg/netbeans/modules/cnd/apt/support/APTMacroCallback;)V not found
   at org.netbeans.modules.cnd.modelimpl.parser.apt.APTParseFileWalker.getTokenStream(APTParseFileWalker.java:132)
   at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.createParsingTokenStreamForHandler(FileImpl.java:943)
   at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.createAndCacheFullTokenStream(FileImpl.java:909)
   at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.getTokenStream(FileImpl.java:985)
   at org.netbeans.modules.cnd.modelui.impl.services.MacroExpansionDocProviderImpl.getFileTokenSequence(MacroExpansionDocProviderImpl.java:788)
   at org.netbeans.modules.cnd.modelui.impl.services.MacroExpansionDocProviderImpl.expand(MacroExpansionDocProviderImpl.java:522)
Comment 1 Peter Nabbefeld 2012-04-23 08:18:01 UTC
Created attachment 118613 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2012-04-23 13:52:54 UTC
Please, download and install full fresh dev version. There are a lot of issues due to your update in message.log from a lot of NB components.
It happens, because in dev version not all modules update spec versions => not all of them are published on update center => some inter modules dependencies are broken