org.sonar.plugins.csharp.S2589.json Maven / Gradle / Ivy
{
"title": "Boolean expressions should not be gratuitous",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"cwe",
"suspicious",
"redundant"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-2589",
"sqKey": "S2589",
"scope": "All",
"securityStandards": {
"CWE": [
489,
571,
570
]
},
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy