Back to Intellij Community

LabeledStatement

java/java-impl/resources/inspectionDescriptions/LabeledStatement.html

2025.3-rc-2152 B
Original Source

Reports labeled statements that can complicate refactorings and control flow of the method.

Example:

label:
  while (true) {
      // code
  }