org.sonar.plugins.csharp.S1117.json Maven / Gradle / Ivy
{
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"suspicious",
"pitfall"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-1117",
"sqKey": "S1117",
"scope": "All",
"quickfix": "infeasible",
"title": "Local variables should not shadow class fields or properties"
}