Bug 72412

Summary: java 1.5 autoboxing and unboxing is reported as an error in 3.1M1
Product: [Eclipse Project] JDT Reporter: yimsm
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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