Bug 79860 - [1.5][search] Search doesn't find type reference in type parameter bound
Summary: [1.5][search] Search doesn't find type reference in type parameter bound
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 M4   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-01 04:04 EST by Markus Keller CLA
Modified: 2004-12-14 11: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 Markus Keller CLA 2004-12-01 04:04:25 EST
I200411300800

Search doesn't find type reference to A in type parameter bound <T extends A>:

class A { }
class X<T extends A> { }
Comment 1 Frederic Fusier CLA 2004-12-07 09:12:39 EST
Fixed.

Search now finds reference type parameter type and bounds.

[jdt-core-internal]
Changes done in MatchLocator.reportMatching(TypeDeclaration)
Test cases added in JavaSearchTests: #testBug79860() + #testBug79860b()
Comment 2 Olivier Thomann CLA 2004-12-14 11:57:29 EST
Verified in 200412140800