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

Summary: NoSuchMethodError: org.netbeans.modules.java.source.usages.DocumentUtil.elementHandleConvertor()Lorg/netbeans/modules/java/source/usages/ResultConvertor;
Product: java Reporter: Jesse Glick <jglick>
Component: SourceAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: normal CC: tzezula
Priority: P1    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 173186
Attachments: stacktrace

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