openrewrite / rewrite-templating

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

Inline Javatemplate in RefasterTemplateProcessor #57

Closed timtebeek closed 8 months ago

timtebeek commented 10 months ago

WIP to replace directly create JavaTemplate in RefasterTemplateProcessor instead of indirection.

timtebeek commented 10 months ago

@knutwannheden As expected TemplateProcessorTest now fails, as we no longer generate the Semantics statements that operates on; how would you like to handle that?