Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
ConstantIfStatement.html
blob: 791cf4e4110201fd5c3f9c6c9b416722add776b2 [
file
] [
log
] [
blame
]
<html>
<body>
Reports
<b>
if
</b>
statements of the form
<b>
if(true)...
</b>
or
<b>
if(false)...
</b>
.
These statements sometimes occur due to automatic refactorings, and may obviously
be simplified.
<!-- tooltip end -->
<p>
</body>
</html>