Skip to content

Releases: openrewrite/rewrite-static-analysis

1.4.0

12 Mar 22:04
9bb285a

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

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

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

Choose a tag to compare

What's Changed

New Contributors

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

1.2.1

16 Jan 16:01

Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

1.2.0

09 Jan 14:37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.4...v1.2.0

1.1.4

21 Dec 13:53

Choose a tag to compare

Full Changelog: v1.1.3...v1.1.4

1.1.3

08 Dec 10:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

1.1.2

04 Dec 20:05
0609119

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

1.1.1

25 Nov 10:26

Choose a tag to compare

What's Changed

  • Remove duplicated semicolons, without removing newline by @timtebeek in #216
  • RemoveUnusedPrivateFields should remove imports by @timtebeek in #218
  • Do not finalize private static fields assigned in constructor by @timtebeek in #215
  • Context-free template for AddSerialVersionUidToSerializable by @knutwannheden in #134

Full Changelog: v1.1.0...v1.1.1