Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
MergeElseIfIntention
/
description.html
blob: 100bddd9f4a4e0614a354d7920ac3209dd10329c [
file
] [
log
] [
blame
]
<html>
<body>
This intention merges the
<b>
else
</b>
branch of an
<b>
if-else
</b>
statement,
if the
<b>
else
</b>
contains nothing but a nested
<b>
if-else
</b>
statement.
</body>
</html>