Bug 71631 - [1.5] override indicators missing if overriding method has different type parameters
Summary: [1.5] override indicators missing if overriding method has different type par...
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 73676
Blocks:
  Show dependency tree
 
Reported: 2004-08-09 06:18 EDT by Markus Keller CLA
Modified: 2005-01-21 10:04 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2004-08-09 06:18:08 EDT
In the following example, B#useList(..) overrides A#useList(..), but no override
indicators appear in the Outline nor in the vertical ruler (see also bug 71241).

class A {
	List<String> useList(List<String> la) { }
}

class B extends A {
	List useList(List lb) { }
}

Note that the reverse thing (A extends B) is a compile-time error.
Comment 1 Dirk Baeumer CLA 2004-09-14 13:19:02 EDT
Depends on bug 73676
Comment 2 Martin Aeschlimann CLA 2005-01-21 10:04:05 EST
works in I20050118