Skip to content

Commit

Permalink
SONARJAVA-5224 Update issue mapping for checkstyle 10.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dorian-burihabwa-sonarsource committed Nov 29, 2024
1 parent 49be4ca commit 4af884c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@
"severity": "MAJOR",
"url": "https://checkstyle.sourceforge.net/checks/coding/avoidnoargumentsuperconstructorcall.html#AvoidNoArgumentSuperConstructorCall"
},
{
"key": "coding.ConstructorsDeclarationGroupingCheck",
"name": "Constructors Declaration Grouping",
"type": "CODE_SMELL",
"severity": "MAJOR",
"url": "https://checkstyle.sourceforge.net/checks/coding/constructorsdeclarationgrouping.html#ConstructorsDeclarationGrouping"
},
{
"key": "coding.CovariantEqualsCheck",
"name": "Covariant Equals",
Expand Down

0 comments on commit 4af884c

Please sign in to comment.