Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
LoopConditionNotUpdatedInsideLoop.html
blob: 7903bd83b013d6d309281c51060de1edf520efb6 [
file
] [
log
] [
blame
]
<html>
<body>
Reports any variables and parameters which are used in a loop condition
and are not updated inside the loop. These may cause an infinite loop if executed and
are probably not what was intended.
<!-- tooltip end -->
<p>
</body>
</html>