e5LA
e5LA
# Pull Request Template ## What does this PR do? Adds a missing license header to an existing file. This was done by running: `./mvnw license:format`
# Pull Request Template ## What does this PR do? 1. Upgrading JUnit to version 5.12.2. 2. Replacing individual dependencies (`junit-jupiter-engine` and `junit-jupiter-params`) with the `junit-jupiter` aggregator package [https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter](url) 3....
## What does this PR do? This PR implements the View Helper design pattern to improve the separation of concerns within the application. It introduces a View Helper class responsible...
## What's changed? Added new `FluentSetterRecipe` to convert void setter methods (and optionally other void methods) into fluent-style methods that return `this`. ## What's your motivation? - Closes https://github.com/openrewrite/rewrite-static-analysis/issues/623 ##...
## What's changed? - Added `includeNeverExtended` option that allows to finalize classes that are never extended in the codebase - Added `excludePackages` option for package pattern exclusions (e.g., `com.example.api.*`) -...