intention part of IDEADEV-17531
[fedora-idea.git] / plugins / IntentionPowerPak / src / intentionDescriptions / ExtractWhileLoopConditionToIfStatementIntention / description.html
blob7f80b21dca33b33c33d32e631b01a444a00e3365
1 <html>
2 <body>
3 <font face="verdana" size="-1">This intention extracts the condition of a while
4 statement and places the negated condition in an if statement inside the while
5 loop.
6 </font>
7 </body>
8 </html>