org.sonar.plugins.csharp.S1121.json Maven / Gradle / Ivy
{
"title": "Assignments should not be made from within sub-expressions",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"cwe",
"suspicious"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-1121",
"sqKey": "S1121",
"scope": "All",
"securityStandards": {
"CWE": [
481
]
},
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy