Skip to content

Add more static analysis recipes to java-best-practices#1075

Merged
timtebeek merged 1 commit intomainfrom
tim/best-practices-recipes
May 1, 2026
Merged

Add more static analysis recipes to java-best-practices#1075
timtebeek merged 1 commit intomainfrom
tim/best-practices-recipes

Conversation

@timtebeek
Copy link
Copy Markdown
Member

Summary

  • Add four additional static analysis recipes to JavaBestPractices: EqualsAvoidsNull and MissingOverrideAnnotation (bug prevention), and LambdaBlockToExpression and RemoveRedundantNullCheckBeforeInstanceof (modernization/cleanup).

Test plan

  • CI builds pass

Includes EqualsAvoidsNull, MissingOverrideAnnotation, LambdaBlockToExpression, and RemoveRedundantNullCheckBeforeInstanceof.
@github-project-automation github-project-automation Bot moved this to In Progress in OpenRewrite May 1, 2026
@timtebeek timtebeek merged commit a1f85d2 into main May 1, 2026
1 of 2 checks passed
@timtebeek timtebeek deleted the tim/best-practices-recipes branch May 1, 2026 12:39
@github-project-automation github-project-automation Bot moved this from In Progress to Done in OpenRewrite May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant