Re: NoClassDefFoundError: DocumentSuggestionProvider when opening "Tools" menu
Frank-Michael Moser <[email protected]> Fri, 21 Nov 2003 13:10:35 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <[email protected]> |
Sorry, I was confused that only after dowloading the patches for http://www.netbeans.org/issues/show_bug.cgi?id=37351 the new and really critical problem http://www.netbeans.org/issues/show_bug.cgi?id=37381 has raised for me. So I thougth that you have looked over something when you have marked the latter issue as a duplicate of the first one. I just verified for me that it now actually is fixed. Please apologize my eager effort to hold the latter issue open. I'm not yet so experienced with filing issues to open source projects. Thanks for quickly fixing the problems, Frank-Michael Petr Kuzel wrote: > Frank-Michael Moser wrote: > > >>Just wanted to point some attention to >>http://www.netbeans.org/issues/show_bug.cgi?id=37381 which I have >>reported yesterday: This is really a show-stopper because I cannot open >>any context menues from either the explorer nor the editor. > > > This linkage error was caused by incompatible API change > multiplied by broken Alpha AU centred update process. Should be > fixed now. > > >>There was no other way to solve the problem than to remove the modules >>manually. This means that the problem cannot simply be solved using the >>Update-Center: downloaders of the current version manually have to >>remove the modules first. > > > In all these menus exist nested Scan Suggestions action. > It was not linkable. Menu contruction code could be more > robust and ignore LinkageError. On the other hand > LinkageError commonly means that application is in > really bad shape and should be terminated. > > Cc.