openrewrite / rewrite-static-analysis

OpenRewrite recipes for identifying and fixing static analysis issues.
Apache License 2.0
27 stars 43 forks source link

Avoid parenthesis only cleanup in SimplifyConstantIfBranchExecution #287

Closed Bananeweizen closed 2 months ago

Bananeweizen commented 2 months ago

What's changed?

Recognize when the recipe cannot optimize to a constant condition and return the if-condition as before all attempted optimizations.

What's your motivation?

Fixes #286.

Checklist