Skip to content

Instantly share code, notes, and snippets.

@vackosar
Last active August 29, 2015 14:20
Show Gist options
  • Save vackosar/87568cdd6a78a72cf884 to your computer and use it in GitHub Desktop.
Save vackosar/87568cdd6a78a72cf884 to your computer and use it in GitHub Desktop.
Eclipse Luna Service Release 1 (4.4.1) poor support for Java 8 lambda refactoring
I cannot extract objects from lambda expressions. I cannot say that Eclipse has full support of Java 8.
EXAMPLE
x -> x.toString()
cannot be extracted to
Function<Object, String> ToStringFuction ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment