Skip to content

Commit 4af884c

Browse files
SONARJAVA-5224 Update issue mapping for checkstyle 10.17.0
1 parent 49be4ca commit 4af884c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • external-reports/src/main/resources/org/sonar/l10n/java/rules/checkstyle

external-reports/src/main/resources/org/sonar/l10n/java/rules/checkstyle/rules.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,13 @@
223223
"severity": "MAJOR",
224224
"url": "https://checkstyle.sourceforge.net/checks/coding/avoidnoargumentsuperconstructorcall.html#AvoidNoArgumentSuperConstructorCall"
225225
},
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+
},
226233
{
227234
"key": "coding.CovariantEqualsCheck",
228235
"name": "Covariant Equals",

0 commit comments

Comments
 (0)