summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/ConstructorCount.html
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2013-01-08 11:11:20 -0800
committerJean-Baptiste Queru <jbq@google.com>2013-01-08 11:11:20 -0800
commitb56ea2a18f232d79481e778085fd64e8ae486fc3 (patch)
tree44e1f6eb4864a45033f865b74fe783e3d784dd6a /plugins/InspectionGadgets/src/inspectionDescriptions/ConstructorCount.html
downloadidea-b56ea2a18f232d79481e778085fd64e8ae486fc3.tar.gz
Snapshot of commit d5ec1d5018ed24f1b4f32b1d09df6dbd7e2fc425
from branch master of git://git.jetbrains.org/idea/community.git
Diffstat (limited to 'plugins/InspectionGadgets/src/inspectionDescriptions/ConstructorCount.html')
-rw-r--r--plugins/InspectionGadgets/src/inspectionDescriptions/ConstructorCount.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/ConstructorCount.html b/plugins/InspectionGadgets/src/inspectionDescriptions/ConstructorCount.html
new file mode 100644
index 000000000000..f6e8bb81050e
--- /dev/null
+++ b/plugins/InspectionGadgets/src/inspectionDescriptions/ConstructorCount.html
@@ -0,0 +1,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> \ No newline at end of file