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

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

There is a newer version: 9.30.0.95878
Show newest version
{
  "title": "\"switch\" statements with many \"case\" clauses should have only one statement",
  "type": "CODE_SMELL",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "MEDIUM"
    },
    "attribute": "FOCUSED"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "30min"
  },
  "tags": [
    "brain-overload"
  ],
  "defaultSeverity": "Major",
  "ruleSpecification": "RSPEC-1479",
  "sqKey": "S1479",
  "scope": "All",
  "quickfix": "infeasible"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy