From b56ea2a18f232d79481e778085fd64e8ae486fc3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Tue, 8 Jan 2013 11:11:20 -0800 Subject: Snapshot of commit d5ec1d5018ed24f1b4f32b1d09df6dbd7e2fc425 from branch master of git://git.jetbrains.org/idea/community.git --- .../src/inspectionDescriptions/ConstructorCount.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/InspectionGadgets/src/inspectionDescriptions/ConstructorCount.html (limited to 'plugins/InspectionGadgets/src/inspectionDescriptions/ConstructorCount.html') 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 @@ + + +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. + +

+Use the field provided below to specify the maximum acceptable number of constructors a class might have. +

+Powered by InspectionGadgets + + \ No newline at end of file -- cgit v1.2.3