diff --git a/rules/S7465/java/metadata.json b/rules/S7465/java/metadata.json index 55da1265bc..24dd5eeec9 100644 --- a/rules/S7465/java/metadata.json +++ b/rules/S7465/java/metadata.json @@ -1,25 +1,24 @@ { - "title": "FIXME", + "title": "Unused arguments in lambda expressions should be denoted with an underscore \"_\"", "type": "CODE_SMELL", "status": "ready", "remediation": { "func": "Constant\/Issue", - "constantCost": "5min" + "constantCost": "2min" }, "tags": [ + "java22" ], - "defaultSeverity": "Major", + "defaultSeverity": "Minor", "ruleSpecification": "RSPEC-7465", "sqKey": "S7465", "scope": "All", "defaultQualityProfiles": ["Sonar way"], - "quickfix": "unknown", + "quickfix": "targeted", "code": { "impacts": { - "MAINTAINABILITY": "HIGH", - "RELIABILITY": "MEDIUM", - "SECURITY": "LOW" + "MAINTAINABILITY": "LOW" }, - "attribute": "CONVENTIONAL" + "attribute": "CLEAR" } }