github openrewrite/rewrite v7.5.0
7.5.0

latest releases: v8.49.0, v8.48.1, v8.48.0...
3 years ago

New Features:

  • Substantial performance improvements thanks to inexpensive single-source applicability tests UsesType and UsesMethod #534
  • FallThrough cleanup recipe ensures that switch statements have breaks where appropriate #551
  • Recipe which replaces java.io.File.createTempFile() with java.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 is null in Java11ParserVisitor.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.

Don't miss a new rewrite release

NewReleases is sending notifications on new releases.