Skip to content

Commit

Permalink
Removing SimplifyTernaryRecipes from CSA due to performance
Browse files Browse the repository at this point in the history
The `SimplifyTernaryRecipes` recipe is still slow. Until these performance issues have been analyzed, we remove the recipe from the CSA flagship recipe.
  • Loading branch information
knutwannheden committed Jan 9, 2024
1 parent 383d56b commit 3aaa11c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ recipeList:
- org.openrewrite.staticanalysis.ReplaceStringBuilderWithString
- org.openrewrite.staticanalysis.SimplifyBooleanExpression
- org.openrewrite.staticanalysis.SimplifyBooleanReturn
- org.openrewrite.staticanalysis.SimplifyTernaryRecipes
# - org.openrewrite.staticanalysis.SimplifyTernaryRecipes
- org.openrewrite.staticanalysis.StaticMethodNotFinal
- org.openrewrite.staticanalysis.StringLiteralEquality
- org.openrewrite.staticanalysis.UnnecessaryCloseInTryWithResources
Expand Down

0 comments on commit 3aaa11c

Please sign in to comment.