Bug 561715 - Fix local variable inspection inside lambda expression

With the fix given for bug561542 the JDIStackFrame lambda variable
resolution only works for lambda body which is multiline (or least with
one line). This fix will now check for the given lineNo to be inside the
lines that the lambda expression spans over.

Change-Id: Ib1f6cf3567450a9e52ff616f0eb0efc87ae466be
Signed-off-by: gayanper <gayanper@gmail.com>
4 files changed