openrewrite / rewrite-templating

Automated templating using code snippets.
Apache License 2.0
16 stars 7 forks source link

Make visitors extend `AbstractRefasterJavaVisitor` #33

Closed knutwannheden closed 1 year ago

knutwannheden commented 1 year ago

This abstract base class declares some convenience methods so that the generated code gets easier to generate and read.

knutwannheden commented 1 year ago

I will create a PR for the abstract base class. The idea with the suppliers is that the JavaCompiler.Builder doesn't get eagerly instantiated as soon as getVisitor() gets called. Instead this is delayed until it is actually used.