Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ExtractWhileLoopConditionToIfStatementIntention
/
description.html
blob: 97aa483e513759149256334d0cb38c26cd5071b8 [
file
]
<html>
<body>
This intention extracts the condition of a
<b>
while
</b>
statement and places the negated condition in an
<b>
if
</b>
statement inside the while
loop.
</body>
</html>