Bug 569413 avoid using 'this' as field name

removed the lambda field binding 'this' as it is a reserved word in the
AST/evaluator (hence the error) and is already present in the outer
context

Change-Id: Ie564dbc96d481bf44a4f1f64b8950aff1dc959f7
Signed-off-by: Amedeo Santarelli <asantare@outlook.com>
Reviewed-on: https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/179804
Reviewed-by: Gayan Perera <gayanper@gmail.com>
Reviewed-by: Sarika Sinha <sarika.sinha@in.ibm.com>
Tested-by: JDT Bot <jdt-bot@eclipse.org>
4 files changed