Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceIfWithSwitchIntention
/
description.html
blob: 0965a686f04ae9b89951cd406b33ab648e99b26f [
file
]
<html>
<body>
This intention replaces series of
<b>
if-else
</b>
statements with an equivalent
<b>
switch
</b>
statement.
</body>
</html>