org.sonar.plugins.csharp.S1854.json Maven / Gradle / Ivy
{
"title": "Unused assignments should be removed",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "1min"
},
"tags": [
"cwe",
"unused"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-1854",
"sqKey": "S1854",
"scope": "All",
"securityStandards": {
"CWE": [
563
]
},
"quickfix": "targeted"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy