We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49be4ca commit 4af884cCopy full SHA for 4af884c
1 file changed
external-reports/src/main/resources/org/sonar/l10n/java/rules/checkstyle/rules.json
@@ -223,6 +223,13 @@
223
"severity": "MAJOR",
224
"url": "https://checkstyle.sourceforge.net/checks/coding/avoidnoargumentsuperconstructorcall.html#AvoidNoArgumentSuperConstructorCall"
225
},
226
+ {
227
+ "key": "coding.ConstructorsDeclarationGroupingCheck",
228
+ "name": "Constructors Declaration Grouping",
229
+ "type": "CODE_SMELL",
230
+ "severity": "MAJOR",
231
+ "url": "https://checkstyle.sourceforge.net/checks/coding/constructorsdeclarationgrouping.html#ConstructorsDeclarationGrouping"
232
+ },
233
{
234
"key": "coding.CovariantEqualsCheck",
235
"name": "Covariant Equals",
0 commit comments