Bug 84727

Summary: [1.5][search] String pattern search does not work with multiply nested types
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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...