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 191030 - NoSuchMethodError: org.netbeans.modules.java.source.usages.DocumentUtil.elementHandleConvertor()Lorg/netbeans/modules/java/source/usages/ResultConvertor;
Summary: NoSuchMethodError: org.netbeans.modules.java.source.usages.DocumentUtil.eleme...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.0
Hardware: All All
: P1 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-15 14:13 UTC by Jesse Glick
Modified: 2010-10-17 02:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173186


Attachments
stacktrace (7.23 KB, text/plain)
2010-10-15 14:13 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-10-15 14:13:28 UTC
This issue was reported manually by jglick.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 101014-6897142a981e)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
jglick: Updated modules from dev AU, then got this error when I tried to use Go to Symbol. Apparently someone forgot to update spec versions and deps when making API changes?




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.java.source.usages.DocumentUtil.elementHandleConvertor()Lorg/netbeans/modules/java/source/usages/ResultConvertor;
   at org.netbeans.modules.java.source.ui.JavaSymbolProvider.computeSymbolNames(JavaSymbolProvider.java:205)
   at org.netbeans.modules.jumpto.symbol.GoToSymbolAction$Worker.getSymbolNames(GoToSymbolAction.java:434)
   at org.netbeans.modules.jumpto.symbol.GoToSymbolAction$Worker.run(GoToSymbolAction.java:379)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1960)
Comment 1 Jesse Glick 2010-10-15 14:13:35 UTC
Created attachment 102427 [details]
stacktrace
Comment 2 Jesse Glick 2010-10-15 14:32:45 UTC
IDE broken after update.
Comment 3 Jan Lahoda 2010-10-15 20:36:21 UTC
I have incremented the impl. version of java.source, which should fix the problem. I have also updated the impl. version of parsing.api to prevent other similar problems (e.g. with csl.api):
http://hg.netbeans.org/jet-main/rev/d2f9f30654cb
Comment 4 Quality Engineering 2010-10-17 02:56:30 UTC
Integrated into 'main-golden', will be available in build *201010170000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d2f9f30654cb
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #191030: incrementing java.source's and parsing.api's impl. versions to fix problems with AUC after e8f93be3c8c6