New Features:
- Substantial performance improvements thanks to inexpensive single-source applicability tests UsesType and UsesMethod #534
- FallThrough cleanup recipe ensures that
switch
statements havebreak
s where appropriate #551 - Recipe which replaces
java.io.File.createTempFile()
withjava.nio.file.Files.createTempFile()
#541 - Cleanup recipe for having the last case in a switch be default. #197
Fixes:
- RenamedVariable renames shadowed variables in the same name scope of the variable declaration. #533
- Java11 parser assertion error:
declaringType
isnull
inJava11ParserVisitor.methodType
#548 - Search repos in order in MavenArtifactHelper #546
- FinalizeLocalVariables adds final modifier to catch blocks #549
- Better handling of Parameterized Types #545
Project organization:
- rewrite-java-8 brought into this repository. The old rewrite-java-8 repository has been archived.