http://download.eclipse.org/eclipse/downloads/drops4/S-4.4M7-201405010200/news/
Für mich ist wichtig:
Java 8: Java™ 8 is here, and JDT fully supports it:
- The Eclipse compiler for Java (ECJ) implements all the new Java 8 language enhancements
- Updated significant features to support Java 8, such as Search and Refactoring
- New formatter options for lambdas
- Quick Assist and Clean Up to migrate anonymous class creations to lambda expressions and back:
Before:
After the Quick Assist (Ctrl+1), the 6 lines are condensed into 1:
Heute kommt auch der erste Release Candidate (RC) raus.