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

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

There is a newer version: 10.2.0.105762
Show newest version
{
  "title": "String literals should not be duplicated",
  "type": "CODE_SMELL",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "LOW"
    },
    "attribute": "DISTINCT"
  },
  "status": "ready",
  "remediation": {
    "func": "Linear with offset",
    "linearDesc": "per duplicate instance",
    "linearOffset": "2min",
    "linearFactor": "2min"
  },
  "tags": [
    "design"
  ],
  "defaultSeverity": "Minor",
  "ruleSpecification": "RSPEC-1192",
  "sqKey": "S1192",
  "scope": "Main",
  "quickfix": "unknown"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy