Difference between revisions of "PDE/API Tools/Java7"
(→Current Status at a Glance) |
(→Current Status at a Glance) |
||
Line 11: | Line 11: | ||
! width="200" align="center" style="background: none repeat scroll 0% 0% rgb(206, 242, 206);" | Try-with-Resources | ! width="200" align="center" style="background: none repeat scroll 0% 0% rgb(206, 242, 206);" | Try-with-Resources | ||
|- | |- | ||
− | |||
! width="200" align="center" style="background: none repeat scroll 0% 0% rgb(242, 206, 206);" | Diamond | ! width="200" align="center" style="background: none repeat scroll 0% 0% rgb(242, 206, 206);" | Diamond | ||
! width="200" align="center" style="background: none repeat scroll 0% 0% rgb(206, 242, 206);" | Polymorphic Methods | ! width="200" align="center" style="background: none repeat scroll 0% 0% rgb(206, 242, 206);" | Polymorphic Methods |
Revision as of 14:47, 29 June 2011
API Tools | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source |
This page summarizes all the work that must be done to add Java(tm) 7 support to API Tools.
Current Status at a Glance
Switch on Strings | Multi-catch | Try-with-Resources |
---|---|---|
Diamond | Polymorphic Methods |
Completely implemented | |
|
Partially implemented or "can be improved" |
|
Not tested yet |
Current Status
- Support for try-with-resource has been tested - bug 349447
Remaining Work
- Create EE description file for JavaSE-1.7
- Update builder test suite with new code patterns
- Test switch on strings
- Test multi-catch
- Test simplified varargs
- Test Diamond
- Test polymorphic methods
How to Test
Instructions on how to test the Java(tm) 7 support can be found on the JDT Core wiki page.