Skip to content

Commit 255c560

Browse files
author
Vincent Potucek
committed
RemoveUnused
1 parent 2597857 commit 255c560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rootProject {
1616
// activeRecipe("org.openrewrite.java.migrate.lang.var.UseVarForPrimitive")
1717
// activeRecipe("org.openrewrite.staticanalysis.FinalizeLocalVariables")
1818
activeRecipe("org.openrewrite.staticanalysis.RemoveUnusedLocalVariables")
19-
activeRecipe("org.openrewrite.staticanalysis.RemoveUnusedPrivateFields")
19+
// activeRecipe("org.openrewrite.staticanalysis.RemoveUnusedPrivateFields")
2020
activeRecipe("org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods")
2121
setExportDatatables(true)
2222
}

0 commit comments

Comments
 (0)