Last active
August 29, 2015 14:20
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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