summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/MethodCoupling.html
blob: 121e7f960f290133f1ea2fec934e4a9f8a060e92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<body>
Reports methods which are highly coupled, i.e. that reference too many other classes.
Methods with too high a coupling can be very fragile, and should probably be broken up. References to system classes
(those in the <b>java.</b>or <b>javax.</b> packages), are not
counted for purposes of this inspection.
<!-- tooltip end -->
<p>
Use the field provided below to specify the maximum acceptable coupling a method might have.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>