e5LA

Results 11 comments of e5LA

@timtebeek I can’t reproduce [this case from your answer](https://github.com/openrewrite/rewrite/issues/4248#issuecomment-2165137761) on `main` - seems like it's already fixed. Can you please confirm on your end?

Indeed using `@lombok.Generated` manually like this is not typical / not expected usage. It's intended to be added by Lombok itself to generated methods (e.g., via `@Setter`, `@Getter`, etc.). I've...

hi @iluwatar, I'm not sure how `Presubmit.ai` determines the PR type. I've updated the PR title - would re-triggering the job resolve the issue, or should I update the commit...

Thanks for the review @greg-at-moderne - that's good point, I will have a look.

Sorry for the delay, I didn't have much time lately. While working on detecting whether a method overrides a superclass method, I realized there's a case we need to consider:...

Thanks for the feedback @timtebeek, that's good suggestion. I've updated the recipe, now by default it converts methods only in final classes. When the pattern is provided, it converts methods...

- Added `excludeAnnotations` in `FinalClass` in https://github.com/openrewrite/rewrite-static-analysis/pull/735

- Proposed implementation in https://github.com/openrewrite/rewrite-static-analysis/pull/646

Since there hasn't been a response yet, I'd be happy to pick this up.