Code Inspection: Infinite loop statement
Reports any instances of for , while , or do statements which can only exit by throwing an exception. While such statements may be correct, they are often a symptom of coding errors.
Last modified: 08 May 2020