What are safe refactorings when migrating an application from Java 6 to Java 7?
For example one can consider using the new diamond operator, the new automatic resource management a.k.a. try with resources, multi-catch functionality but are there any more?