Skip to main content

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.

Jump to: navigation, search

Difference between revisions of "JDT/Plan/4.12"

< JDT
(Created page with "= Planning page for JDT for 4.12 = This page discusses target fixes and improvements to the Eclipse Java Development Tools for the 4.12 release. == Core == === Java 12 Suppo...")
 
(UI)
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
 
== UI ==
 
== UI ==
 
=== Java 12 Support ===  
 
=== Java 12 Support ===  
Add Java 12 support - [https://bugs.eclipse.org/bugs/buglist.cgi?classification=Eclipse&component=Text&component=UI&list_id=17900397&product=JDT&query_format=advanced&short_desc=%5B12%5D&short_desc_type=allwordssubstr&target_milestone=BETA%20J12 bugs].  
+
Add Java 12 support - [https://bugs.eclipse.org/bugs/buglist.cgi?classification=Eclipse&component=Doc&component=Text&component=UI&known_name=JDT%20UI%2FText%20Java12&list_id=18588016&product=JDT&query_based_on=JDT%20UI%2FText%20Java12&query_format=advanced&short_desc=%5B12%5D%20&short_desc_type=allwordssubstr bugs].
 
+
=== Asynchronous/non-blocking content assist ===
+
Make JDT able to process content-assist processors asynchronously without blocking UI Thread. {{bug|531061}}
+
  
 
=== Routine Maintenance and Enhancements ===
 
=== Routine Maintenance and Enhancements ===

Latest revision as of 03:02, 5 April 2019

Planning page for JDT for 4.12

This page discusses target fixes and improvements to the Eclipse Java Development Tools for the 4.12 release.

Core

Java 12 Support

Java 12 Tree

Technical Debt and Enhancements

All Open Bugs All Resolved Bugs

A Java Versions' Perspective

For a Java releases driven planning refer Java Releases Support Page


UI

Java 12 Support

Add Java 12 support - bugs.

Routine Maintenance and Enhancements

Other bugs and enhancements.

Debug

Java 12 Support

Working on Java 12 support is one of the primary focus for 4.12.

Enhancing Lambda debugging user experience

Entry breakpoint for lambda expression bug 486264
Lambda variable names in variables view is shown as arg$1 etc bug 534687

Routine Maintenance and Enhancements

Other Bugs and enhancements.

Back to the top