openrewrite / rewrite-templating

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

Improve performance for `J.Ternary` expressions #63

Closed knutwannheden closed 10 months ago

knutwannheden commented 10 months ago

I tested this against the rewrite-static-analysis recipe and it still isn't quite right. Trying to figure it out now.

knutwannheden commented 10 months ago

For performance reasons we might also want to generate more other specific visit() methods like visitTernary() here.