All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.plugins.csharp.S1698.json Maven / Gradle / Ivy

There is a newer version: 9.32.0.97167
Show newest version
{
  "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"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy