Surface impact-analysis findings
Recipe ID
org.openrewrite.kotlin.search.Search$KtRecipeArtifact
io.moderne.recipe:recipes-kotlinSearch-only recipes that help an LLM coding agent or human reviewer build a mental map of the codebase: hotspots, hardcoded literals, reflection, concurrency primitives, public-API stability surface, dataflow source/sink locations, the test surface, and source-organization smells. Each match is a SearchResult — nothing is rewritten automatically.
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.kotlin.search.Search$KtRecipeIf the recipe isn’t available locally, install it with:
mod config recipes jar install io.moderne.recipe:recipes-kotlin:0.2.0Definition
This recipe runs the following recipes in order.
- Find hotspots and complexity points
org.openrewrite.kotlin.search.FindHotspots$KtRecipe - Find hardcoded literals and error-handling smells
org.openrewrite.kotlin.search.FindHardcodedLiterals$KtRecipe - Find reflection and runtime introspection
org.openrewrite.kotlin.search.FindReflectionSurface$KtRecipe - Find concurrency primitives
org.openrewrite.kotlin.search.FindConcurrencySurface$KtRecipe - Find public-API and binary-stability surface
org.openrewrite.kotlin.search.FindApiSurface$KtRecipe - Find data-flow source positions
org.openrewrite.kotlin.search.FindDataFlowSources$KtRecipe - Find data-flow sink positions
org.openrewrite.kotlin.search.FindDataFlowSinks$KtRecipe - Find test-surface positions
org.openrewrite.kotlin.search.FindTestSurface$KtRecipe - Find build- and source-hygiene smells
org.openrewrite.kotlin.search.FindBuildHygiene$KtRecipe - Find reflection seeds
org.openrewrite.kotlin.search.FindReflectionSeeds$KtRecipe - Find outbound-networking seeds
org.openrewrite.kotlin.search.FindNetworkingSeeds$KtRecipe - Find filesystem-operation seeds
org.openrewrite.kotlin.search.FindFileSystemSeeds$KtRecipe - Find database-query seeds
org.openrewrite.kotlin.search.FindDatabaseSeeds$KtRecipe - Find serialization seeds
org.openrewrite.kotlin.search.FindSerializationSeeds$KtRecipe
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