summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/ConstructorCount.html
blob: f5175b6ee095610fa2c56e76ba9cde1eb41f0352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<body>
Reports class with too many constructors. Classes with
too many constructors are prone to initialization errors, and may often be better modeled as
multiple subclasses.
<!-- tooltip end -->
<p>
Use the field below to specify the maximum number of constructors a class is allowed to have.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>