PDE/API Tools/Java7
< PDE | API Tools
Revision as of 12:24, 28 June 2011 by Michael Rennie.ca.ibm.com (Talk | contribs) (New page: This page summarizes all the work that must be done to add Java(tm) 7 support to API Tools. == Current Status at a Glance == {| cellspacing="0" cellpadding="5" border="1" align="center" ...)
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 |
---|---|---|
Simplified Varargs Method Invocation | 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
- 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.