Skip to content

Releases: openrewrite/rewrite-static-analysis

1.2.1

16 Jan 16:01
Compare
Choose a tag to compare

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

1.2.0

09 Jan 14:37
Compare
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
Compare
Choose a tag to compare

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

1.1.3

08 Dec 10:26
Compare
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
Compare
Choose a tag to compare

What's Changed

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

1.1.1

25 Nov 10:26
Compare
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

v1.1.0

11 Nov 01:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.1.0

v1.0.9

27 Oct 23:56
6d9048c
Compare
Choose a tag to compare

What's Changed

  • Transform collection.size() < 1 to isEmpty() by @Bananeweizen in #184
  • Fix default modifier type position to comply with Java Language Specification by @joteri in #188
  • rename when same id but in different scopes by @joanvr in #196
  • remove comments from same line by @joanvr in #195
  • RemoveEmptyJavaDocParameters: added tests + fixed bugs by @joanvr in #198
  • no diamond when argument to generic method by @joanvr in #197
  • rename final variables too by @joanvr in #199
  • Use method references in lambdas by @knutwannheden in #202
  • Manually create LST for enums in MinimumSwitchCases by @knutwannheden in #204
  • Simplify ifs with literal conditions even if they jump by @tkindy in #193
  • Refactor: Simplify RemoveUnreachableCodeVisitor by @pstreef in #206
  • RenameLocalVariablesToCamelCase: Do not rename method argument names. by @pstreef in #205
  • FallThrough must only add break on normal termination by @knutwannheden in #208

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

03 Oct 03:02
ad96b86
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.0.8

1.0.7

12 Sep 15:50
Compare
Choose a tag to compare

What's Changed

  • Rewrite v8.5.0

Full Changelog: v1.0.6...v1.0.7