Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Debug/Java7
< Debug
Platform Debug | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source |
JDT Debug | |
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 JDT Debug.
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 switch on strings has been added and tested - bug 350325 - FIXED
- Support for multi-catch has been added (UnifiedTypes) and tested - bug 349400 - FIXED
- Support for try-with-resource has been added and tested - bug 349400 - FIXED
- Support for Diamond has been tested - no issues found
- Support for polymorphic methods has been tested - no issues found
- Support for simplified varargs - bug 350745
Remaining Work
No remaining work.
How to Test
Instructions on how to test the Java(tm) 7 support can be found on the JDT Core wiki page.