Back to Intellij Community

Description

java/java-impl/resources/intentionDescriptions/CollapseIntoLoopAction/description.html

2025.3-rc-2224 B
Original Source

Collapses the selected statements into a loop when possible.

Note that the extracted elements are evaluated when the loop is initialized. If your code depends on the evaluation order, the quick-fix may affect its semantics.