Code Inspection: Infinite loop statement
Configure inspections: Settings | Editor | Inspections
Show intention actions:
Reports a for
, while
, or do
statement which can only exit by throwing an exception. Such statements often indicate coding errors.
Place the caret at the highlighted line and press or click .
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.