Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
InfiniteLoopStatement.html
blob: ee2708a20ba51650c3ec43ed358b77456414d5f8 [
file
] [
log
] [
blame
]
<html>
<body>
Reports
<b>
for
</b>
,
<b>
while
</b>
,
or
<b>
do
</b>
statements which
can only exit by throwing an exception. While such statements may be correct, they
are often a symptom of coding errors.
<!-- tooltip end -->
<p>
</body>
</html>