Michael Keppler

Results 108 issues of Michael Keppler

If I remember right, the files in https://github.com/checkstyle/eclipse-cs/tree/master/config are used during building the project. At least the 2 import control files should have a higher version meanwhile, so probably all...

Eclipse 2020-06 defaults to code completion computation outside the UI thread, see https://www.eclipse.org/eclipse/news/4.16/jdt.php#default-non-blocking-completion. However, all proposal computers must explicitly declare to not need the UI thread access. Your proposal computer...

Semantics misses an "n". Also use plural for "Proposals", since every other proposal computer uses plural in the title. Ids and class names with similar issues have been left unchanged...

The first link in your preferences goes to the capabilities preference. However capabilities are optional and not contained in many of the smaller Eclipse products/packages. See https://wiki.eclipse.org/Eclipse/Capabilities for reference. So...

Have crazy outline active. Switch to a Mylyn wikitext editor. NPE That editor is a bit special in that it has different line heights and similar stuff. ``` eclipse.buildId=4.4.1.M20140925-0400 java.version=1.7.0_25...

## What is the smallest, simplest way to reproduce the problem? ```java @Test void switchCase() { rewriteRun( java( """ public class A { Object reproduce() { Object object = new...

bug
parser-java
java 21+

## What problem are you trying to solve? When running OpenRewrite on larger code bases, with many recipes enabled, I would normally assume it uses all the available cores while...

enhancement
performance

## How are you running OpenRewrite? I am using the Maven plugin. The important configuration is that only a single recipe is enabled. ```xml org.openrewrite.java.RemoveObjectsIsNull ``` ## What is the...

bug

### Please confirm these before moving forward - [X] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue. - [X] I have tested that this issue...

bug
ready-to-go