Michael Keppler

Results 108 issues of Michael Keppler

Fixes #798. m2e projects can be nested (e.g. modules stored inside a reactor). Launch configs stored the inner nested projects appear twice, because they are not equal with the old...

If projects are nested (which is typical for maven reactor and modules), then launch configs stored in the nested project are shown twice in the run drop down. It might...

bug

## What is the smallest, simplest way to reproduce the problem? ```java class A extends SomeExternalClassThatCannotBeChanged { @Override public void foo(final Supplier supplier) { ... } } ``` ## What...

bug

## What version of OpenRewrite are you using? I am using - Maven/Gradle plugin v5.7.1 ## What is the smallest, simplest way to reproduce the problem? ```java public interface Reproducer...

bug

## What version of OpenRewrite are you using? I am using - Maven plugin 5.32.0 ## What did you see instead? After the following line of output ``` [INFO] Validating...

bug
performance

## What problem are you trying to solve? I accidentally included a recipe in itself. The StackoverflowError should be avoided, and a clear error message should be presented. ## Describe...

enhancement

Someone raised a bogus CVE for this project: https://nvd.nist.gov/vuln/detail/CVE-2024-22949. Behind that seems to be someone running an LLM to look for bugs: https://gist.github.com/LLM4IG I've reported that account to GitHub, you...

**Describe the bug** Opening the first context menu in the package explorer/navigator of an application containing ELK leads to a notable delay before the menu becomes visible. ELK causes half...

bug

I've just reviewed the new NullableOnMethodReturnType recipe after receiving the latest release locally. To me it seems incomplete: * It handles Nullable, but not the opposite annotation ("NonNull", "NotNull" or...

enhancement
good first issue

I run Windows, with my terminal using code page 437 (which I believe is a default for Western European setups). I use Java 21 for all things Maven. The total...