Skip to content

Commit 98d350e

Browse files
OpenRewrite recipe best practices
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=QUxML01vZGVybmUvTW9kZXJuZSArIE9wZW5SZXdyaXRl Co-authored-by: Moderne <team@moderne.io>
1 parent d3e09e9 commit 98d350e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/openrewrite/staticanalysis/UseTryWithResourcesTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ void method() throws IOException {
380380
);
381381
}
382382

383-
@Test
384383
@Issue("https://github.com/moderneinc/rewrite-java-application-server/issues/19")
384+
@Test
385385
void doNotChangeWhenStatementsBeforeClose() {
386386
rewriteRun(
387387
//language=java
@@ -405,8 +405,8 @@ void method() throws IOException {
405405
);
406406
}
407407

408-
@Test
409408
@Issue("https://github.com/moderneinc/rewrite-java-application-server/issues/19")
409+
@Test
410410
void doNotChangeWhenCleanupBeforeClose() {
411411
rewriteRun(
412412
//language=java

0 commit comments

Comments
 (0)