for
loop control variables using pre-increment (++i
) or pre-decrement (--i
) operators with their post-increment (i++
) or post-decrement (i++
) notation equivalents.-Drewrite.activeRecipes=org.openrewrite.java.cleanup.ForLoopControlVariablePostfixOperators