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