Bug 85810

Summary: [1.5][search] Missed type parameter reference in implements clause
Product: [Eclipse Project] JDT Reporter: Frederic Fusier <frederic_fusier>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Frederic Fusier CLA 2005-02-18 06:48:03 EST
Using 3.1 M5.

While testing patch for bug 85421 comment 4, it appears that type parameter
reference in In<Test<E>> was not found.
Comment 1 Frederic Fusier CLA 2005-02-21 12:17:37 EST
Fixed.

There was no recursion on type argument of parameterized type while reporting
super match.

[jdt-core-internal]
Change done in MatchLocator:
  - modify method reportMatchingSuper
  - create method findLastTypeArgumentInfo
  - remove method resetScannerAfterLastTypeArgumentEnd
Test case added in JavaSearchBugsTests
Comment 2 Olivier Thomann CLA 2005-03-30 15:57:33 EST
Verified in I20050330-0500