You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dot file is not generated while running the Control Flow Visualization recipe.
After running the recipe, it is adding the diagraph notations to the class but the dot file is not generated.
Have tried with both includeDotfile as true & false, but not generating the file. When includeDotfile is true, its adding diagraph notions and when false, it is not added.
Do we need to use a separate recipe to generate the dot file from the notations added by the recipe ?
---
type: specs.openrewrite.org/v1beta/recipe
name: com.yourorg.ControlFlowVisualizationExample
displayName: Control Flow Visualization example
recipeList:
- org.openrewrite.analysis.controlflow.ControlFlowVisualization:
includeDotfile: true
The text was updated successfully, but these errors were encountered:
We could restructure the recipe to be a Scanning recipe that creates a new file instead of a comment, if you feel that improves the experience. I'd welcome a PR that explores that solution to this issue.
timtebeek
changed the title
Unable to generate code flow using Control Flow Visualization recipe
Control Flow Visualization generated as comment as opposed to new stand alone file
Oct 8, 2024
Dot file is not generated while running the Control Flow Visualization recipe.
After running the recipe, it is adding the diagraph notations to the class but the dot file is not generated.
Have tried with both includeDotfile as true & false, but not generating the file. When includeDotfile is true, its adding diagraph notions and when false, it is not added.
Do we need to use a separate recipe to generate the dot file from the notations added by the recipe ?
The text was updated successfully, but these errors were encountered: