Code Inspection: Loop statement that doesn't loop
Reports for, while and do statements whose bodies are guaranteed to execute at most once. Normally, this is an indication of a bug.
Last modified: 08 March 2021
Reports for, while and do statements whose bodies are guaranteed to execute at most once. Normally, this is an indication of a bug.