Bug 12059 - api: JavaCore::getOptions should return Map, not Hashtable
Summary: api: JavaCore::getOptions should return Map, not Hashtable
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-21 13:26 EST by Adam Kiezun CLA
Modified: 2002-03-21 13:31 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 Adam Kiezun CLA 2002-03-21 13:26:22 EST
Hashtable is a concrete implementation of Map

interfaces should be returned by API methods
(just like we always return List, not ArrayList)
Comment 1 Philipe Mulet CLA 2002-03-21 13:30:47 EST
Agreed, but unfortunately this was released in 1.0...
So we have to keep it as is.