Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
LoopStatementsThatDontLoop.html
blob: cddd7930e56c8192858bbcefa20df363f6de3916 [
file
] [
log
] [
blame
]
<html>
<body>
Reports any instance of
<b>
for
</b>
,
<b>
while
</b>
and
<b>
do
</b>
statements whose
bodies are guaranteed to execute at most once. Normally, this is an indication of a bug.
<!-- tooltip end -->
<p>
</body>
</html>