summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/ConstructorCount.html
blob: f6e8bb81050e6b74f38b0ad9de8f12a55c9fc367 (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 provided below to specify the maximum acceptable number of constructors a class might have.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>