File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ rootProject {
10
10
rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.4.0" )
11
11
}
12
12
rewrite {
13
- // activeRecipe("org.openrewrite.staticanalysis.FinalizeLocalVariables")
14
- activeRecipe(" org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods" )
15
- activeRecipe(" org.openrewrite.staticanalysis.RemoveUnusedLocalVariables" )
16
- activeRecipe(" org.openrewrite.staticanalysis.RemoveUnusedPrivateFields" )
17
13
// activeRecipe("org.openrewrite.java.migrate.UpgradeToJava17")
18
14
// activeRecipe("org.openrewrite.java.migrate.UpgradeToJava21")
19
15
// activeRecipe("org.openrewrite.java.migrate.lang.var.UseVarForObject")
20
16
// activeRecipe("org.openrewrite.java.migrate.lang.var.UseVarForPrimitive")
17
+ // activeRecipe("org.openrewrite.staticanalysis.FinalizeLocalVariables")
18
+ activeRecipe(" org.openrewrite.staticanalysis.RemoveUnusedLocalVariables" )
19
+ activeRecipe(" org.openrewrite.staticanalysis.RemoveUnusedPrivateFields" )
20
+ activeRecipe(" org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods" )
21
21
setExportDatatables(true )
22
22
}
23
23
afterEvaluate {
You can’t perform that action at this time.
0 commit comments