Bug 123226

Summary: [1.5][search] engine does not find reflexive type reference in type parameter declaration
Product: [Eclipse Project] JDT Reporter: Tom Hofmann <eclipse>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: david_audel, markus.kell.r
Version: 3.2   
Target Milestone: 3.4 M5   
Hardware: PC   
OS: Linux-GTK   
Whiteboard:

Description Tom Hofmann CLA 2006-01-10 06:14:57 EST
I20060105

- have the CU below:

package pack;

public class Foo<T extends Comparable<Foo<T>>> {

}

- search references for the 'Foo' type

> expected: reference inside the type parameter bound is found
< actual: no reference found
Comment 1 Frederic Fusier CLA 2007-12-18 05:31:02 EST
I cannot reproduce using 3.4M4. Looking at MatchLocator, this is a duplicate of bug 210567.


*** This bug has been marked as a duplicate of bug 210567 ***
Comment 2 David Audel CLA 2008-02-04 11:26:44 EST
Verified for 3.4M5 using build I20080204-0010.