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/LambdaAndJDI"

Line 1: Line 1:
 
== Requirement ==
 
== Requirement ==
1. StackFrame should have some information to indicate that it is a lambda frame.
+
* StackFrame should have some information to indicate that it is a lambda frame.
2. Lambda metafactory should have some rule/methods to indicate the functionsl object creation
+
* Lambda metafactory should have some rule/methods to indicate the functionsl object creation
3. Lambda metafactory should have some rule/methods to indicate the ordering of variables variable
+
* Lambda metafactory should have some rule/methods to indicate the ordering of variables variable

Revision as of 06:30, 10 July 2017

Requirement

  • StackFrame should have some information to indicate that it is a lambda frame.
  • Lambda metafactory should have some rule/methods to indicate the functionsl object creation
  • Lambda metafactory should have some rule/methods to indicate the ordering of variables variable

Back to the top