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

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

There is a newer version: 9.32.0.97167
Show newest version
{
  "title": "Inheritance tree of classes should not be too deep",
  "type": "CODE_SMELL",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "MEDIUM"
    },
    "attribute": "FOCUSED"
  },
  "status": "ready",
  "remediation": {
    "func": "Linear with offset",
    "linearDesc": "Number of parents above the defined threshold",
    "linearOffset": "4h",
    "linearFactor": "30min"
  },
  "tags": [
    "design"
  ],
  "defaultSeverity": "Major",
  "ruleSpecification": "RSPEC-110",
  "sqKey": "S110",
  "scope": "All",
  "quickfix": "unknown"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy