Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Debug/Java7

< Debug
Revision as of 14:45, 29 June 2011 by Michael Rennie.ca.ibm.com (Talk | contribs) (Current Status at a Glance)

Platform Debug
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
JDT Debug
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug 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

Java 7 features
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
  • Support for multi-catch has been added (UnifiedTypes) and tested - bug 349400
  • Support for try-with-resource has been added and tested - bug 349400

Remaining Work

  • 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.

Back to the top