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 "JDT/Plan/4.10"

< JDT
(Debug)
(Enhance support for JUnit 5)
(2 intermediate revisions by one other user not shown)
Line 17: Line 17:
 
[https://bit.ly/2C1s1U2  All Open Bugs]
 
[https://bit.ly/2C1s1U2  All Open Bugs]
 
[https://bit.ly/2PPu9Bg  All Resolved Bugs]
 
[https://bit.ly/2PPu9Bg  All Resolved Bugs]
 +
 +
=== In Summary ===
 +
Includes the following:
 +
* Modularity support
 +
* Performance Measurement (opportunistic)
 +
* Switch Expression completion
 +
* Switch Expression Quick Assist
 +
* Lambda Completion
 +
* External Annotations
 +
* Type inference backlogs
 +
* ecj vs javac compatibility
 +
* Running tests on latest early-access java (P build, Y build) [with Sravan]
 +
* completing enable-preview features
 +
*
  
 
=== A Java Versions' Perspective ===
 
=== A Java Versions' Perspective ===
Line 43: Line 57:
 
=== Enhance support for JUnit 5 ===
 
=== Enhance support for JUnit 5 ===
 
Fix bugs and enhancements listed [https://bugs.eclipse.org/bugs/buglist.cgi?classification=Eclipse&columnlist=product%2Ccomponent%2Cassigned_to%2Cbug_status%2Cresolution%2Cshort_desc%2Cchangeddate%2Ctarget_milestone&component=Text&component=UI&known_name=JDT%20UI%2FText%20Java10&list_id=17903343&product=JDT&query_based_on=JDT%20UI%2FText%20Java10&query_format=advanced&short_desc=%5BJUnit%205%5D%20&short_desc_type=substring&target_milestone=4.10&target_milestone=4.10%20M1&target_milestone=4.10%20M3 here].
 
Fix bugs and enhancements listed [https://bugs.eclipse.org/bugs/buglist.cgi?classification=Eclipse&columnlist=product%2Ccomponent%2Cassigned_to%2Cbug_status%2Cresolution%2Cshort_desc%2Cchangeddate%2Ctarget_milestone&component=Text&component=UI&known_name=JDT%20UI%2FText%20Java10&list_id=17903343&product=JDT&query_based_on=JDT%20UI%2FText%20Java10&query_format=advanced&short_desc=%5BJUnit%205%5D%20&short_desc_type=substring&target_milestone=4.10&target_milestone=4.10%20M1&target_milestone=4.10%20M3 here].
 +
Orbit for Junit
  
 
=== Routine Maintenance and Enhancements ===
 
=== Routine Maintenance and Enhancements ===
Line 50: Line 65:
 
=== Java 12 Support ===
 
=== Java 12 Support ===
 
Working on Java 12 support is one of the primary focus for 4.10. Java 12 is ongoing during 4.10 and will be delivered via Marketplace once Java 12 goes GA.
 
Working on Java 12 support is one of the primary focus for 4.10. Java 12 is ongoing during 4.10 and will be delivered via Marketplace once Java 12 goes GA.
 +
[debug support for switch expressions]
  
 
=== Java 11 Support ===
 
=== Java 11 Support ===

Revision as of 04:48, 24 September 2018

Planning page for JDT for 4.10

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

Core

Java 11 Support

Java 11 support will be integrated in 4.10 - Java 11 Tree. Java 11 is ongoing and will be delivered via Marketplace once Java 11 goes GA (link updated in marketplace). This will be over 4.9

Java 12 Support

Java 12 support will be integrated post 4.10 - Java 12 Tree Periodic patch builds of Beta quality will be delivered as P-builds applicable on top of 4.10 Product quality Java 12 support will be delivered post 4.10 (over 4.11)

Technical Debt and Enhancements

All Open Bugs All Resolved Bugs

In Summary

Includes the following:

  • Modularity support
  • Performance Measurement (opportunistic)
  • Switch Expression completion
  • Switch Expression Quick Assist
  • Lambda Completion
  • External Annotations
  • Type inference backlogs
  • ecj vs javac compatibility
  • Running tests on latest early-access java (P build, Y build) [with Sravan]
  • completing enable-preview features

A Java Versions' Perspective

For a Java releases driven planning refer Java Releases Support Page


UI

Java 12 Support

Add Java 12 support - bugs.
Java 12 support will be added to a BETA branch until Java 12 goes GA.

Java 11 Support

Add Java 11 support - bugs.
Java 11 support from the BETA branch will be integrated into the master branch for Eclipse 4.10 when Java 11 goes GA.

JUnit 5.3.1 Support

Update to JUnit 5.3.1 - bug 536354.
JDT is expected to update to JUnit 5.3.1 for Eclipse 4.10.

Enhance support for Java 10

Fix bugs and enhancements listed here.

Enhance support for Java 9

Fix bugs and enhancements listed here.

Enhance support for JUnit 5

Fix bugs and enhancements listed here. Orbit for Junit

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.10. Java 12 is ongoing during 4.10 and will be delivered via Marketplace once Java 12 goes GA. [debug support for switch expressions]

Java 11 Support

Working on Java 11 support is the primary focus for 4.9. Java 11 is ongoing during 4.9 and will be delivered via Marketplace once Java 11 goes GA.

Enhancing Lambda debugging user experience

Debugger stopped in a lambda expression cannot see variables in enclosing scope bug 538899
Lambda variable names in variables view is shown as arg$1 etc bug 534687

Enhancing Trigger Point user experience

Disabled trigger point gets enabled automatically bug 520346

Debugging user experience

Variables view: Add history with recent expressions to the details pane bug 334991

Routine Maintenance and Enhancements

Other Bugs and enhancements.

Back to the top