openrewrite / rewrite-templating

Automated templating using code snippets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate `UsesType` and `UsesMethod` to limit recipe execution and improve performance

timtebeek opened this issue · comments

UsesType might be fairly easy given that we already detect imports.

UsesMethod would require us to extract those separately, would reduce the need for UsesType I suppose.