Skip to content

Releases: openrewrite/rewrite-static-analysis

1.8.0

22 May 16:03
5a391c1
Compare
Choose a tag to compare

What's Changed

  • RemoveUnusedPrivateMethods should ignore class annotated with @SupressWarning("unused") by @Dinozavvvr in #293

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

18 May 05:20
Compare
Choose a tag to compare

What's Changed

  • Update with rewrite 8.26.0
  • Fix bug in InstanceOfPatternMatch getting the variable name from the name of a nested class by @nguyenhoan in #291
  • Adjusts MethdNameCasing name and description by @mike-solomon in #292

New Contributors

Full Changelog: v1.6.0...v1.7.0

1.6.0

08 May 13:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

1.5.0

24 Apr 15:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.5.0

1.4.2

19 Mar 18:48
Compare
Choose a tag to compare

Full Changelog: v1.4.1...v1.4.2

1.4.1

19 Mar 13:12
Compare
Choose a tag to compare
v1.4.1

`IndexOfReplaceableByContainsTest`: Fix error in recipe

1.4.0

12 Mar 22:04
9bb285a
Compare
Choose a tag to compare

What's Changed

  • refactor: Refaster rules related to expressions dealing with Strings by @rickie in #262
  • refactor: Upgrade Develocity by @timtebeek in #264
  • Skip RenamePrivateFieldsToCamelCase when using lombok by @timtebeek in #268

Full Changelog: v1.3.1...v1.4.0

1.3.1

20 Feb 20:19
b43b53d
Compare
Choose a tag to compare

What's Changed

  • Do not ReplaceLambdaWithMethodReference for class fields by @timtebeek in #256
  • Fully remove part provider and last remaining references by @Mgonzalez-droid in #248
  • Do not remove type casts from lambdas or method references by @timtebeek in #257
  • Do not escape newline in FixStringFormatExpressions by @timtebeek in #261

New Contributors

Full Changelog: v1.3.0...v1.3.1

1.3.0

06 Feb 18:34
f7e6121
Compare
Choose a tag to compare

What's Changed

  • NeedBraces: Deal with trailing comments by @knutwannheden in #249
  • MinimumSwitchCases: Case with multiple constants by @knutwannheden in #250
  • Do not adopt Arrays.toString for varargs arguments by @timtebeek in #246
  • Add BigDecimalDoubleConstructor Recipe by @JLLeitschuh in #252
  • refactor: Automatically select recipe examples from the unit test cases of a recipe by @timtebeek in #253
  • ReplaceLambdaWithMethodReference skip parameterized method return types by @timtebeek in #240

New Contributors

Full Changelog: v1.2.2...v1.3.0

1.2.2

23 Jan 17:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2