Difference between revisions of "PDE/API Tools/Java7"
(→Current Status at a Glance) |
|||
Line 12: | Line 12: | ||
|- | |- | ||
! 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 | ||
− | |||
|} | |} | ||
Line 30: | Line 29: | ||
== Current Status == | == Current Status == | ||
+ | *Create EE description file for JavaSE-1.7 - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=349447 bug 349447] | ||
+ | *Update builder test suite with new code patterns - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=349447 bug 349447] and [https://bugs.eclipse.org/bugs/show_bug.cgi?id=349706 bug 349706] | ||
*Support for try-with-resource has been tested - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=349447 bug 349447] | *Support for try-with-resource has been tested - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=349447 bug 349447] | ||
+ | *Support for switch on strings has been tested - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=349447 bug 349447] | ||
+ | *Support for multi-catch has been tested - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=349447 bug 349447] | ||
+ | *Support Diamond has been tested - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=349447 bug 349447] | ||
== Remaining Work == | == Remaining Work == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== How to Test == | == How to Test == | ||
Instructions on how to test the Java(tm) 7 support can be found on the [[JDT_Core/Java7#What_to_do_to_set_up_the_IDE|JDT Core wiki page]]. | Instructions on how to test the Java(tm) 7 support can be found on the [[JDT_Core/Java7#What_to_do_to_set_up_the_IDE|JDT Core wiki page]]. |
Revision as of 11:55, 5 July 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 |
Completely implemented | |
|
Partially implemented or "can be improved" |
|
Not tested yet |
Current Status
- Create EE description file for JavaSE-1.7 - bug 349447
- Update builder test suite with new code patterns - bug 349447 and bug 349706
- Support for try-with-resource has been tested - bug 349447
- Support for switch on strings has been tested - bug 349447
- Support for multi-catch has been tested - bug 349447
- Support Diamond has been tested - bug 349447
Remaining Work
How to Test
Instructions on how to test the Java(tm) 7 support can be found on the JDT Core wiki page.