Back to Intellij Community

Description

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

2025.3-rc-2122 B
Original Source

Extracts the condition of a while statement and places the negated condition to an if statement inside the while loop.