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 ==
 
* 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.
* Lambda metafactory should have some rule/methods to indicate the functionsl object creation
+
* Lambda metafactory should have some rule/methods to indicate the functions object creation
 
* 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

Latest revision as of 00:41, 7 December 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 functions object creation
  • Lambda metafactory should have some rule/methods to indicate the ordering of variables variable

Back to the top