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

Difference between revisions of "PDE/API Tools/Java7"

< PDE‎ | API Tools
(Remaining Work)
Line 34: Line 34:
  
 
== Remaining Work ==
 
== Remaining Work ==
 
+
*Create EE description file for JavaSE-1.7
 
*Update builder test suite with new code patterns
 
*Update builder test suite with new code patterns
 
*Test switch on strings
 
*Test switch on strings

Revision as of 12:27, 28 June 2011

API Tools
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 API Tools.

Current Status at a Glance

Java 7 features
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

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.