mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 09:04:15 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
12 lines
366 B
HTML
12 lines
366 B
HTML
<html>
|
|
<body>
|
|
Reports <code>if</code> statements with too many branches.
|
|
<p>Such statements may be confusing and are often a sign of inadequate levels of design
|
|
abstraction.</p>
|
|
<!-- tooltip end -->
|
|
<p>
|
|
Use the <b>Maximum number of branches</b> field to specify the maximum number of branches an <code>if</code> statement is allowed to have.
|
|
<p>
|
|
|
|
</body>
|
|
</html> |