Bug 75658

Summary: [1.5] SourceElementParser do not compute correctly bounds of type parameter
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description David Audel CLA 2004-10-05 12:46:53 EDT
build I20040930

public class X {
  <T extends Z> void foo() {
  }
}

With this test case SourceElementParser build a TypeParameterElementInfo "T"
with no bounds.
Comment 1 Jerome Lanneluc CLA 2004-10-06 06:22:02 EDT
Fixed SourceElementParser#notifySourceElementRequestor(TypeParameter[]) to take
the compiler TypeParameter's type into account (this is the first bound).

Added CompilationUnitTests#testTypeParameter5()
Comment 2 David Audel CLA 2004-11-04 04:50:55 EST
Verified for 3.1M3 with build I20041102