Labels should only be used on loops. For other statements, consider refactoring to express the control flow without labelled breaks.
Suppress false positives by adding the suppression annotation @SuppressWarnings("LabelledBreakTarget")
to the enclosing element.