← All recipes
Open source

Find method usages

Recipe IDorg.openrewrite.analysis.search.FindMethods
Artifactorg.openrewrite.meta:rewrite-analysis

Find method usages by pattern.

Single recipeApache 2.0

Usage

You’ll need the Moderne CLI configured before running the command below.

mod run . --recipe org.openrewrite.analysis.search.FindMethods --recipe-option "methodPattern=java.util.List add(..)"

If the recipe isn’t available locally, install it with:

mod config recipes jar install org.openrewrite.meta:rewrite-analysis:2.37.0

Options

NameTypeDescription
methodPatternrequiredStringA method pattern that is used to find matching method invocations.
e.g. java.util.List add(..)
matchOverridesBooleanWhen enabled, find methods that are overrides of the method pattern.
flowStringWhen enabled, show the data or taint flow of the method invocation.

Data tables

Structured output this recipe can produce.

  • Method callsThe text of matching method invocations.org.openrewrite.java.table.MethodCalls
  • 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