Tim te Beek
Tim te Beek
Thanks for the report @motlin ! Helpful to see your case of ` Comparator`. Now we need to figure out how to recognize that case and avoid removing the explicit...
Let us know if you'd need any guidance @jhl221123 ! Perhaps this session could help you get started: https://www.moderne.ai/content-library/introduction-to-openrewrite
hi! Looks like this might not be specific to the change in the Maven plugin, as it already fails in the groovy parser: ```java @Test void jenkinsFile() { rewriteRun( groovy(...
Looks like we'd need special handling for `@Field`, as well as improve the handling when there's successive fields. A little more complicated than I can fit in right now, so...
hi! Yes this appears to be about unexpected exceptions during recipe execution; linking the code sample you've referenced: https://github.com/openrewrite/rewrite/blob/8ce5308a9557dd6ca91253a5c8fb7e6c34a0ef5a/rewrite-core/src/main/java/org/openrewrite/scheduling/RecipeRunCycle.java#L289-L307 How did you plan to access the relevant snippet only for...
Thanks! That's my first time seeing `Range`. From what I can find it's only available for Java files, which would leave quite a bit of code not covered (Yaml, Xml,...
Thanks for the helpful sample! Would indeed make for a nice addition to that recipe; for now that had just targeted the simplest case, but it should be straightforward to...
hi @PhilKes ; thanks yes indeed it's been a bit of a challenge to build out .kts support for Gradle, and support that through recipes because of the missing type...
Thanks for the runnable example! I'm off here today, but will try to circle back next week. I had thought we could clear this up with just changing the expected...
Will likely move into next week before I can get to this; I've got some online trainings to give and a weekend ahead first. 🙏🏻