Skip to content

Fix debug expression support for method references #1492

@eric-milles

Description

@eric-milles

Consider the following:

public class Main {
  public static void main(String[] args) {
    // break here
  }
}

Evaluating an expression with a method pointer/reference, like args.collect(String.&toLowerCase) fails with message: Not implemented (Groovy-Eclipse)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions