Bug 158506 - [search] SearchEngine.searchAllTypeNames should spec that null is valid for package
Summary: [search] SearchEngine.searchAllTypeNames should spec that null is valid for p...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M3   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-25 03:14 EDT by Martin Aeschlimann CLA
Modified: 2006-10-30 12: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 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.