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

JDT Core/Plan/4.7

Planning page for JDT Core work for Oxygen (4.7)

This page discusses target fixes and improvements to JDT Core for the upcoming Oxygen release. A list of open and resolved bugs for 4.7-4.7M4 and BETA_JAVA9 targets can be found via this query. The BETA_JAVA9 branch/target is expected to be merged into 4.8 and 4.7.1 when Java 9 gets released in July 2017. Primary focus of JDT Core for Oxygen is Java 9 update.


Java 9 Support

Add Java 9 support in JDT Core bug 457413

  • JEP 213 Milling project coin bug 495954
    • Private interface methods bug 488662 - Complete
    • Allow @Safevargs on private instance methods bug 488658 - Complete
    • Disallow Underscore identifier bug 488657
    • Allow diamond with anonymous classes bug 488663
    • Allow effectively-final autocloseable resources in try-with-resources bug 488659 - Complete
    • DOM AST support for resource references in TryStatement bug 497719 - Complete

New Search Indexing Support

Proposal for a faster JDT index bug 481796.
Plan is to introduce a global index that holds semantic information rather than filename mappings, supports reliable error detection, and is extensible enough to replace all current indexes and caches. It will support most common JDT operations without the need to ever open a .jar file or perform an exhaustive search. The design document is available here

Update JDT Core to use Java 8

Move JDT Project compliance to 1.8 bug 488273 - Complete

Routine Maintenance and enhancements

Back to the top