Skip to content

Eclipse JDT compiler incompatiblity #12

Closed
@luontola

Description

@luontola

Eclipse JDT compiler produces lambda implementation methdos which are named lambda$0 whereas javac names them lambda$methodName$0. Retrolambda fails to process such methods:

Exception in thread "main" java.lang.IllegalAccessError: tried to access method LambdaTest.lambda$0(Ljava/lang/Long;)Ljava/lang/String; from class LambdaTest$$Lambda$1

(Reported by Honza Rameš via email)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions