summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/MultipleReturnPointsPerMethod.html
blob: e7396f74045cce14ee3283354dd506dfd65335e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>
<small>Powered by InspectionGadgets</small>
</body>
</html>