Niklas Gustavsson

Results 3 issues of Niklas Gustavsson

In a few edge cases, we've found formatting not be idempotent and requiring multiple rounds of formatting before stabilizing. Here's an example: Input: ``` package foo; import java.util.Set; public class...

bug

## What version of OpenRewrite are you using? - org.openrewrite:rewrite-core:jar:8.27.4 - org.openrewrite.recipe:rewrite-migrate-java:jar:2.17.0 ## What is the smallest, simplest way to reproduce the problem? ```java import org.junit.jupiter.api.Test; import org.openrewrite.java.JavaParser; import org.openrewrite.java.RemoveObjectsIsNull;...

bug
good first issue

## What version of OpenRewrite are you using? * org.openrewrite:rewrite-core:jar:8.28.1 * org.openrewrite.recipe:rewrite-testing-frameworks:jar:2.12.2 ## What is the smallest, simplest way to reproduce the problem? `org.openrewrite.java.testing.junit5.RemoveTryCatchFailBlocks` should not try to rewrite in...

bug
good first issue