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 482482 "severity" : " MAJOR" ,
483483 "url" : " https://checkstyle.sourceforge.net/checks/coding/parameterassignment.html#ParameterAssignment"
484484 },
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+ },
485492 {
486493 "key" : " coding.RequireThisCheck" ,
487494 "name" : " Require This" ,
531538 "severity" : " MAJOR" ,
532539 "url" : " https://checkstyle.sourceforge.net/checks/coding/superfinalize.html#SuperFinalize"
533540 },
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+ },
534548 {
535549 "key" : " coding.UnnecessaryParenthesesCheck" ,
536550 "name" : " Unnecessary Parentheses" ,
678692 "severity" : " MAJOR" ,
679693 "url" : " https://checkstyle.sourceforge.net/checks/header/header.html#Header"
680694 },
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+ },
681702 {
682703 "key" : " header.RegexpHeaderCheck" ,
683704 "name" : " Regexp Header" ,
You can’t perform that action at this time.
0 commit comments