summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/MultipleReturnPointsPerMethod.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/src/inspectionDescriptions/MultipleReturnPointsPerMethod.html')
-rw-r--r--plugins/InspectionGadgets/src/inspectionDescriptions/MultipleReturnPointsPerMethod.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/MultipleReturnPointsPerMethod.html b/plugins/InspectionGadgets/src/inspectionDescriptions/MultipleReturnPointsPerMethod.html
index ab45f6242ca0..e7396f74045c 100644
--- a/plugins/InspectionGadgets/src/inspectionDescriptions/MultipleReturnPointsPerMethod.html
+++ b/plugins/InspectionGadgets/src/inspectionDescriptions/MultipleReturnPointsPerMethod.html
@@ -1,12 +1,15 @@
<html>
<body>
-Reports methods with too many return points. Methods
-with too many return points may be confusing, and hard to refactor.
+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 provided below to specify the maximum acceptable number of return points a method might have.
-Use the check boxes below to specify if guard clause and/or return points inside
-<b>equals()</b> methods should be ignored.
+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>