mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 19:28:58 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
12 lines
207 B
HTML
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> |