JSF.BREAK
The break statement shall not be used (except to terminate the cases of a switch statement).
Exception: The break statement may be used to "break" out of a single loop provided the alternative would obscure or otherwise significantly complicate the control logic.