File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
external-reports/src/main/resources/org/sonar/l10n/java/rules/checkstyle Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 482
482
"severity" : " MAJOR" ,
483
483
"url" : " https://checkstyle.sourceforge.net/checks/coding/parameterassignment.html#ParameterAssignment"
484
484
},
485
+ {
486
+ "key" : " coding.PatternVariableAssignmentCheck" ,
487
+ "name" : " Pattern Variable Assignment" ,
488
+ "type" : " CODE_SMELL" ,
489
+ "severity" : " MAJOR" ,
490
+ "url" : " https://checkstyle.sourceforge.net/checks/coding/patternvariableassignment.html#PatternVariableAssignment"
491
+ },
485
492
{
486
493
"key" : " coding.RequireThisCheck" ,
487
494
"name" : " Require This" ,
531
538
"severity" : " MAJOR" ,
532
539
"url" : " https://checkstyle.sourceforge.net/checks/coding/superfinalize.html#SuperFinalize"
533
540
},
541
+ {
542
+ "key" : " coding.UnnecessaryNullCheckWithInstanceOfCheck" ,
543
+ "name" : " Unnecessary Null Check With Instance Of" ,
544
+ "type" : " CODE_SMELL" ,
545
+ "severity" : " MAJOR" ,
546
+ "url" : " https://checkstyle.sourceforge.net/checks/coding/unnecessarynullcheckwithinstanceof.html#UnnecessaryNullCheckWithInstanceOf"
547
+ },
534
548
{
535
549
"key" : " coding.UnnecessaryParenthesesCheck" ,
536
550
"name" : " Unnecessary Parentheses" ,
678
692
"severity" : " MAJOR" ,
679
693
"url" : " https://checkstyle.sourceforge.net/checks/header/header.html#Header"
680
694
},
695
+ {
696
+ "key" : " header.MultiFileRegexpHeaderCheck" ,
697
+ "name" : " Multi File Regexp Header" ,
698
+ "type" : " CODE_SMELL" ,
699
+ "severity" : " MAJOR" ,
700
+ "url" : " https://checkstyle.sourceforge.net/checks/header/multifileregexpheader.html#MultiFileRegexpHeader"
701
+ },
681
702
{
682
703
"key" : " header.RegexpHeaderCheck" ,
683
704
"name" : " Regexp Header" ,
You can’t perform that action at this time.
0 commit comments