Michael Keppler
Michael Keppler
### Description of the new feature / enhancement Filter out search results that consist only of far spread matches of unrelated characters. All of the results in the screenshot contain...
I appreciate the recent phase out of old java.io.File usage via #301. However, in my eyes the recommended replacement is not good. `Paths.get()` works fine, but it has a note...
Currently the format of the comments with the replacements is somewhat mixed: In most cases the type of the method receiver is fully qualified, and the method arguments are not...
The checkstyle configuration of this project demands newlines to be LF, but doesn't enforce the same setting in the git config: https://github.com/gaul/modernizer-maven-plugin/blob/aa3cf2b57585d673fe2a835a38c2d484226f3e7e/modernizer-maven-policy/src/main/resources/checkstyle/checkstyle.xml#L14 Therefore anyone checking out this project on Windows...
## What problem are you trying to solve? When a recipe throws an exception, only the file name of the source file is shown. Quite often that makes guessing the...
## What version of OpenRewrite are you using? Any maven plugin after 6.19, including current SNAPSHOT. The problem is caused by d9ced301292550dd6d1026deca910c16e60d3ea1, I verified using a SNAPSHOT created before and...
To filter for sub packages, one has to write `~some\.package\.name.*` (i.e. force regular expression matching instead of string matching). `some.package.name.*` will not work due to verbatim string matching, but users...
**Describe the bug** The search for services implementing ELK extensions is slow and defers the startup of the application, because OSGi has to load bundles, to unpack jars and to...