Skip to content

v1.0.0

Compare
Choose a tag to compare
@kunli2 kunli2 released this 02 Jun 02:39
· 339 commits to main since this release
9e15e8a

What's Changed

  • added validation by @srmalkan in #92
  • ExplicitInitialization removes initialization from final fields when using @value by @pstreef in #102
  • UseDiamondOperator should also apply to anonymous classes in Java 9+ by @knutwannheden in #106
  • Do not remove explicit init in case lombok.Value is present on enclosing class by @pstreef in #108
  • Rename(LocalVariables|PrivateFields)ToCamelCase do not replace _ if next character is not an alphabetic char by @pstreef in #104
  • Spelling by @jsoref in #111
  • Retain comments in LambdaBlockToExpression by @xshen053 in #114
  • RemoveExtraSemicolons removes newline if semicolon is in front of statement by @pstreef in #100
  • Adjust to new OpenRewrite 8.0 JavaTemplate API by @timtebeek in #117

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-static-analysis/commits/v1.0.0