Bug 84727 - [1.5][search] String pattern search does not work with multiply nested types
Summary: [1.5][search] String pattern search does not work with multiply nested types
Status: RESOLVED WORKSFORME
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-08 14:17 EST by Markus Keller CLA
Modified: 2005-02-27 18:06 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 2005-02-08 14:17:14 EST
I20050208-0800

interface A {
	Set<Set<Runnable>> getXYZ(List<Set<Runnable>> arg);
}

- Select "getXYZ" and execute Search > Declarations > Workspace.

=> The string pattern "getXYZ(List<Set<Runnable>>)" is not accepted:
SearchPattern.createPattern(String, int, int, int) returns null.
Comment 1 Frederic Fusier CLA 2005-02-27 18:06:15 EST
This is fixed with last integration build I20050222-0821 => close as WORKSFORME.
Test cases added in JavaSearchBugsTests...