org.openrewrite.meta
rewrite-analysis
License: Apache License Version 2.0
4 recipes
- org.openrewrite.analysis.controlflow.ControlFlowVisualization
- Control flow visualization
- Visualize the control flow of a Java program.
- org.openrewrite.analysis.search.FindFlowBetweenMethods
- Finds flow between two methods
- Takes two patterns for the start/end methods to find flow between.
- org.openrewrite.analysis.search.FindMethods
- Find method usages
- Find method usages by pattern.
- org.openrewrite.analysis.search.UriCreatedWithHttpScheme
- URIs created with an HTTP scheme
- This is a sample recipe demonstrating a simple application of local data flow analysis.