Reports any classes which are directly dependent on too many
other classes in the project. Such classes may be prone to instability, as modifications
to any of the classes it is dependent on may require changing the class. Only top-level
classes are reported by this inspection.
Because this inspection requires global code analysis it is only available for Analyze|Inspect Code or
Analyze|Run Inspection by Name and it will not report in the editor.
Use the field below to specify the maximum number of dependencies a class may have.