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"

(Created page with "Requirement - 1. 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...")
 
Line 1: Line 1:
Requirement -
+
== Requirement ==
 
1. StackFrame should have some information to indicate that it is a lambda frame.
 
1. 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
 
2. 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
 
3. Lambda metafactory should have some rule/methods to indicate the ordering of variables variable

Revision as of 06:30, 10 July 2017

Requirement

1. 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 3. Lambda metafactory should have some rule/methods to indicate the ordering of variables variable

Back to the top