org.sonar.plugins.csharp.S1698.json Maven / Gradle / Ivy
{
"title": "\"\u003d\u003d\" should not be used when \"Equals\" is overridden",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
"cwe",
"suspicious"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-1698",
"sqKey": "S1698",
"scope": "Main",
"securityStandards": {
"CWE": [
595,
597
]
},
"quickfix": "unknown"
}