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 "Debug/Java8"

(Remaining Work)
(Current Status)
Line 32: Line 32:
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=422016 Bug 422016] - [1.8] Having reference expressions or lambdas in file triggers warning for missing line numbers
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=422016 Bug 422016] - [1.8] Having reference expressions or lambdas in file triggers warning for missing line numbers
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=422029 Bug 422029] - [1.8] Enable debug evaluation support for default methods
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=422029 Bug 422029] - [1.8] Enable debug evaluation support for default methods
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=426903 Bug 428862] - Bug 426903 - [1.8] Cannot evaluate super call to default method
+
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=426903 Bug 426903] - [1.8] Cannot evaluate super call to default method
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=427075 Bug 427075] - [1.8] Unable to set breakpoint in interface methods
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=427075 Bug 427075] - [1.8] Unable to set breakpoint in interface methods
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=427077 Bug 427077] - [1.8] Unable to evaluate expressions in the context of an interface
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=427077 Bug 427077] - [1.8] Unable to evaluate expressions in the context of an interface

Revision as of 05:42, 10 July 2017

Platform Debug
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
JDT Debug
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™ 8 support to JDT Debug.

Current Status at a Glance

Java 8 features
Default Methods Lambda Expressions Type Annotations Method References


   Completely implemented

Partially implemented or "can be improved"

Not tested yet

Current Status

The following work items for Java 8 support:

  • Bug 421938 - [1.8] ExecutionEnvironmentDescription#getVMArguments does not preserve VM arguments
  • Bug 422016 - [1.8] Having reference expressions or lambdas in file triggers warning for missing line numbers
  • Bug 422029 - [1.8] Enable debug evaluation support for default methods
  • Bug 426903 - [1.8] Cannot evaluate super call to default method
  • Bug 427075 - [1.8] Unable to set breakpoint in interface methods
  • Bug 427077 - [1.8] Unable to evaluate expressions in the context of an interface
  • Bug 427082 - [1.8] Hover does not show variable's value while debugging in lambda expression
  • Bug 427089 - [1.8] Debugger evaluations fail silently with lambdas or method references
  • Bug 428862 - [1.8] Unable to install breakpoint

Remaining Work

The remaining work items for Java 8 support:

  • Bug 421806 - [1.8] Debug support for Java 8
  • Bug 422015 - [1.8] Handle debugger stack frames containing function objects and lambda implementation methods
  • Bug 427086 - [1.8] Cannot continue debugging -Obsolete methods on the stack
  • Bug 427110 - [1.8] Open Actual Type / Hierarchy in Variables view for lambda and method reference
  • Bug 430839 - [1.8] Cannot inspect static method of interface

How to Test

  1. Get the debug source from the JDT Debug git repo.
  2. Follow the instructions on testing the Java™ 8 support on the JDT Core wiki page.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.