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

org.sonar.l10n.py.rules.python.S5796.json Maven / Gradle / Ivy

There is a newer version: 4.23.0.17664
Show newest version
{
  "title": "New objects should not be created only to check their identity",
  "type": "BUG",
  "code": {
    "impacts": {
      "RELIABILITY": "MEDIUM"
    },
    "attribute": "LOGICAL"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "5min"
  },
  "tags": [
    "suspicious"
  ],
  "defaultSeverity": "Major",
  "ruleSpecification": "RSPEC-5796",
  "sqKey": "S5796",
  "scope": "All",
  "quickfix": "covered"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy