Bug 58950 - [1.5] Some Incomplete Generics Scenarios
Summary: [1.5] Some Incomplete Generics Scenarios
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-16 18:22 EDT by R.J. Lorimer CLA
Modified: 2005-01-11 11:01 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 R.J. Lorimer CLA 2004-04-16 18:22:31 EDT
As per discussion on the news group, I'm filing a bug report based on some
generics problems I found with the latest Cheetah build.

- Collections.singletonList(Object)
- Copy Constructors - new [Collection]([Collection of same type]);
-- e.g.:
   new HashMap<String, String>(new HashMap<String, String>());
   new ArrayList<String>(new ArrayList<String>());
Comment 1 R.J. Lorimer CLA 2004-04-16 23:37:19 EDT
After dealing with my user error on 58951, I went back and tested this.

Turns out this was due to interference from older Cheetah installations (a
platform issue if anything). In anycase, this is not an issue with Cheetah 3 and
can be closed.
Comment 2 Philipe Mulet CLA 2004-04-19 06:54:57 EDT
Thanks for the update. Closing.