Skip to content

Commit bc4a22c

Browse files
authored
Add URLEqualsHashCodeRecipes to Java best practices (#1058)
1 parent fde81eb commit bc4a22c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/resources/META-INF/rewrite/java-best-practices.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ recipeList:
5656
- org.openrewrite.staticanalysis.UseObjectNotifyAll
5757
- org.openrewrite.staticanalysis.RemoveCallsToSystemGc
5858
- org.openrewrite.staticanalysis.RemoveCallsToObjectFinalize
59+
- org.openrewrite.staticanalysis.URLEqualsHashCodeRecipes
5960
# Static analysis: modernization and cleanup
6061
- org.openrewrite.staticanalysis.ReplaceLambdaWithMethodReference
6162
- org.openrewrite.staticanalysis.UseDiamondOperator

0 commit comments

Comments
 (0)