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 125865 - AbstractMethodError at org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.getTypeNames
Summary: AbstractMethodError at org.netbeans.modules.jumpto.type.GoToTypeAction$Worker...
Status: RESOLVED DUPLICATE of bug 125378
Alias: None
Product: ruby
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-23 18:20 UTC by Jesse Glick
Modified: 2008-03-31 13:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 21143


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2008-01-23 18:20:57 UTC
Build: NetBeans IDE Dev (Build 200801201200)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.AbstractMethodError
        at org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.getTypeNames(GoToTypeAction.java:424)
        at org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.run(GoToTypeAction.java:377)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)

Frank also writes on nbdev:

This Problem was caused by "Common Scripting Language Module" (org.netbeans.modules.gsf) which provided an invalid (to
old) TypeDescriptor SPI. Removing the module solved the problem.
Comment 1 Martin Krauskopf 2008-03-31 13:23:50 UTC
Was resolved in issue 125378.

*** This issue has been marked as a duplicate of 125378 ***