Files
openide/java/java-impl/resources/inspectionDescriptions/LabeledStatement.html
2025-02-05 04:43:28 +00:00

12 lines
207 B
HTML

<html>
<body>
Reports labeled statements that can complicate refactorings and control flow of the method.
<p>Example:</p>
<pre><code>
label:
while (true) {
// code
}
</code></pre>
</body>
</html>