LongStreamRules Refaster recipes
Recipe ID
tech.picnic.errorprone.refasterrules.LongStreamRulesRecipesArtifact
org.openrewrite.recipe:rewrite-third-partyRefaster rules related to expressions dealing with LongStreams.
Source.
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe tech.picnic.errorprone.refasterrules.LongStreamRulesRecipesIf the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-third-party:0.44.0Definition
This recipe runs the following recipes in order.
- Prefer
LongStream#range(long, long)over more verbose alternativestech.picnic.errorprone.refasterrules.LongStreamRulesRecipes$LongStreamRangeRecipe - Refaster template
LongStreamRules.LongStreamIdentitytech.picnic.errorprone.refasterrules.LongStreamRulesRecipes$LongStreamIdentityRecipe - Refaster template
LongStreamRules.LongStreamConcattech.picnic.errorprone.refasterrules.LongStreamRulesRecipes$LongStreamConcatRecipe - Refaster template
LongStreamRules.LongStreamFilterSortedtech.picnic.errorprone.refasterrules.LongStreamRulesRecipes$LongStreamFilterSortedRecipe - Refaster template
LongStreamRules.LongStreamFindAnyIsEmptytech.picnic.errorprone.refasterrules.LongStreamRulesRecipes$LongStreamFindAnyIsEmptyRecipe - Refaster template
LongStreamRules.LongStreamFindAnyIsPresenttech.picnic.errorprone.refasterrules.LongStreamRulesRecipes$LongStreamFindAnyIsPresentRecipe - Refaster template
LongStreamRules.LongStreamMintech.picnic.errorprone.refasterrules.LongStreamRulesRecipes$LongStreamMinRecipe - Refaster template
LongStreamRules.LongStreamNoneMatchWithLongPredicatetech.picnic.errorprone.refasterrules.LongStreamRulesRecipes$LongStreamNoneMatchWithLongPredicateRecipe - Refaster template
LongStreamRules.LongStreamAnyMatchtech.picnic.errorprone.refasterrules.LongStreamRulesRecipes$LongStreamAnyMatchRecipe - Refaster template
LongStreamRules.LongStreamAllMatchWithLongPredicatetech.picnic.errorprone.refasterrules.LongStreamRulesRecipes$LongStreamAllMatchWithLongPredicateRecipe - Refaster template
LongStreamRules.LongStreamTakeWhiletech.picnic.errorprone.refasterrules.LongStreamRulesRecipes$LongStreamTakeWhileRecipe
Data tables
Structured output this recipe can produce.
- Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats