Bug 71631

Summary: [1.5] override indicators missing if overriding method has different type parameters
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: daniel_megert
Version: 3.0   
Target Milestone: 3.1 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 73676    
Bug Blocks:    

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