Sign in
android
/
platform
/
tools
/
idea
/
c6218e46d5d2017e987ecdbd99b318a95c42abc0
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceWhileLoopWithDoWhileLoopIntention
/
description.html
blob: f6625d72060e78c8d60f08bdf0d00255cb8cfdfc [
file
] [
log
] [
blame
]
<html>
<body>
This intention replaces a
<b>
while
</b>
loop with
an equivalent
<b>
do-while
</b>
loop construct.
</body>
</html>