Bug 72412 - java 1.5 autoboxing and unboxing is reported as an error in 3.1M1
Summary: java 1.5 autoboxing and unboxing is reported as an error in 3.1M1
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.1 M4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-23 02:40 EDT by yimsm CLA
Modified: 2005-04-07 09:14 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 yimsm CLA 2004-08-23 02:40:23 EDT
here is an example :

Integer integer = 7810;
int i = integer;

these are legal in java 1.5, but eclipse 3.1M1 cann't recognize them
Comment 1 Kent Johnson CLA 2004-08-23 08:21:47 EDT
Our 1.5 support is incomplete.

Please read the release notes for updates as we add support for more 1.5 
features.
Comment 2 Philipe Mulet CLA 2005-04-07 09:14:03 EDT
.
Comment 3 Philipe Mulet CLA 2005-04-07 09:14:27 EDT
support got added for m4