Bug 85810 - [1.5][search] Missed type parameter reference in implements clause
Summary: [1.5][search] Missed type parameter reference in implements clause
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M6   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-18 06:48 EST by Frederic Fusier CLA
Modified: 2005-03-30 15:57 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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