Bug 76406 - Support Java1.5
Summary: Support Java1.5
Status: RESOLVED DUPLICATE of bug 36938
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-15 18:50 EDT by Matthias Gose CLA
Modified: 2004-10-16 14:24 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Gose CLA 2004-10-15 18:50:31 EDT
A support of the new constructs of Java 1.5 would be helful.
The new constructs such as Vector<String> myVec = new Vector<String>() or
for(Object element : objectArray) are reported as wrong.
Comment 1 Olivier Thomann CLA 2004-10-16 14:24:45 EDT
This is supported. You need to set the compliance mode to 1.5.
Other 1.5 constructs are added gradually.

*** This bug has been marked as a duplicate of 36938 ***