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 90707 - Implementers of interface method not found when extending abstract base class
Summary: Implementers of interface method not found when extending abstract base class
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on: 90196
Blocks:
  Show dependency tree
 
Reported: 2006-12-07 01:35 UTC by Jesse Glick
Modified: 2007-08-14 12:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2006-12-07 01:35:42 UTC
061206. I select the method PathResourceImplementation.getContent() in java/api
and ask FU to find overriding methods. It finds CompositePathResourceBase, which
directly implements PRI, but not SimplePathResourceImplementation, which
implements it only via PathResourceBase.
Comment 1 Jan Becicka 2006-12-13 07:13:01 UTC
FU need to be fixed asap.
Comment 2 Jan Becicka 2006-12-15 18:54:13 UTC
It does not work since Tomas removed IMPLEMENTORS_RECURSIVE. I must iterate
through type hierarchy.
Comment 3 Jan Becicka 2006-12-18 16:57:26 UTC
Part of the fix implemented, but the main problem is still here - it does not work.
Comment 4 Jan Becicka 2007-01-08 14:45:33 UTC
It works for me after fix of issue 90196.