Releases: openrewrite/rewrite-static-analysis
Releases · openrewrite/rewrite-static-analysis
v1.0.0
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
- @srmalkan made their first contribution in #92
- @pstreef made their first contribution in #102
- @knutwannheden made their first contribution in #106
- @jsoref made their first contribution in #111
- @xshen053 made their first contribution in #114
- @timtebeek made their first contribution in #117
Full Changelog: https://github.com/openrewrite/rewrite-static-analysis/commits/v1.0.0