Bug 58950

Summary: [1.5] Some Incomplete Generics Scenarios
Product: [Eclipse Project] JDT Reporter: R.J. Lorimer <rjlorimer>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.