JnRouvignac / AutoRefactor

Eclipse plugin to automatically refactor Java code bases
Other
176 stars 37 forks source link

Investigate refactorings for Java 1.8 #36

Open JnRouvignac opened 11 years ago

JnRouvignac commented 11 years ago

See http://www.techempower.com/blog/2013/03/26/everything-about-java-8/ :

Also see https://blog.jetbrains.com/upsource/2016/08/03/what-to-look-for-in-java-8-code/

JnRouvignac commented 9 years ago

Functions allow to easily build Comparators with https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html#comparing-java.util.function.Function-

JnRouvignac commented 9 years ago
JnRouvignac commented 9 years ago

Refactoring loops into collection pipelines: http://martinfowler.com/articles/refactoring-pipelines.html