Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
ReplaceTernaryWithIfElseIntention
/
description.html
blob: 4aa6efcca01c2ff053eaebbbd6f8752a61fe7a98 [
file
] [
log
] [
blame
]
<html>
<body>
<span
style
=
"
font-family
:
verdana
,
serif
;
font-size
:
smaller
;
"
>
This intention replaces
<b><font
color
=
"#000080"
>
ternary
</font></b>
statement with
an
<b><font
color
=
"#000080"
>
if else
</font></b>
statement.
</span>
</body>
</html>