Tim te Beek

Results 1243 comments of Tim te Beek

As a quick thought: once we have merged the parser support, we'll likely also want to adapt the style detection to figure out at which point to switch from explicit...

Thanks for the offer to help @cmoulliard ; Indeed data tables were only added well after we had our find recipes, and weren't backfilled to each of those. Probably best...

I wouldn't create a shared base class for the recipe, nor a shared table for the search hits, as both would limit evolving the entries later.

Thanks for the detailed explanation; I think in this case your needs are starting to diverge quite a bit from what we originally built our search recipes for: in our...

I certainly did not mean to fork the whole project! :) Just to create your own copy of the handful of search recipes you're interested in to add the data...

My time is limited this week, so my answer will be short but not intended to be coarse or unkind: I don't see us change every search recipe we have...

hi @qxo ; thanks for noticing and reporting here! It appears there's a few tests that now no longer pass, copied here for convenience: ``` ChangePackageAdaptabilityTest > changePackage() FAILED java.lang.AssertionError:...

hi! thanks for the report; 7.15 here refers to the Gradle plugin version, which was released on August 27th: https://github.com/openrewrite/rewrite-gradle-plugin/releases/tag/v7.15.0 That means it likely contains these changes to the underlying...

There's now a proposed fix in - https://github.com/openrewrite/rewrite/pull/6355

Thanks for the report @infeter ; it looks like we'd maybe not expected a nested builder class in a class already annotated with builder. Does that lead to two separate...