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

< JDT Core
Revision as of 05:05, 19 July 2016 by Manoj.palat.in.ibm.com (Talk | contribs) (Plan of JDT Core and APT for Eclipse Oxygen)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Planning page for JDT Core work for Oxygen (Eclipse 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. BETA_JAVA9 target is expected to be merged into 4.7 at some point in time. Primary focus of JDT Core for oxygen is Java 9 update.


Java 9 Support

New Search Indexing Support

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

Routine Maintenance and enhancements

Back to the top