This inspection reports instances of JavaScript if,
while, for,
and with statements whose bodies are not block statements. While
such statements are legal JavaScript, it is usually safer for downstream maintenance to use
the code blocks for statement bodies.