blob: e1c16bec0d42daee932696dfc565bea1e48d88d0 [file] [log] [blame]
<html>
<body>
Reports methods with too many <b>return</b> points. Methods with too many <b>return</b> points may be confusing,
and hard to refactor. A <b>return</b> point is either a <b>return</b> statement or the falling through the bottom of a
<b>void</b> method or constructor.
<!-- tooltip end -->
<p>
Use the field below to specify the maximum number of <b>return</b> points a method is allowed to have.
<p>
Use the first checkbox below to ignore guard clauses.
<p>
Use the second checkbox below to ignore <b>return</b> points inside <b>equals()</b> methods.
<p>
</body>
</html>