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

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>