Bug 158506

Summary: [search] SearchEngine.searchAllTypeNames should spec that null is valid for package
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.3 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2006-09-25 03:14:42 EDT
3.3 M2

The Javadoc of SearchEngine.searchAllTypeNames(...) should specify that 'searchAllTypeNames' and 'typeName' can also be null.
This is for the case when you want to accept all package names resp. type names
Comment 1 Frederic Fusier CLA 2006-10-03 07:50:01 EDT
Fixed and released for 3.3 M3 in HEAD stream.

The change is included in bug 148380 patch...
Comment 2 Olivier Thomann CLA 2006-10-30 12:06:04 EST
Verified for 3.3 M3 using warm-up build I20061030-0010.
Null is not specified in deprecated APIs.