Bug 160328 - [search] Remove constructor TypeNameMatch(IType)
Summary: [search] Remove constructor TypeNameMatch(IType)
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: api
Depends on:
Blocks:
 
Reported: 2006-10-10 11:09 EDT by Martin Aeschlimann CLA
Modified: 2006-10-30 14:21 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-10-10 11:09:44 EDT
20061010

TypeNameMatch(IType, int) is already enough
Comment 1 Frederic Fusier CLA 2006-10-11 13:08:47 EDT
Fix for this bug is included in patch attached to bug 160323.

Released for 3.3 M3 in HEAD stream.
Comment 2 Olivier Thomann CLA 2006-10-30 14:21:22 EST
TypeNameMatch is an abstract class without any constructor.
org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch only have the constructor with IType and int.
Verified for 3.3 M3 using warm-up build I20061030-0800