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

org.sonar.l10n.java.rules.java.S6206.json Maven / Gradle / Ivy

There is a newer version: 8.6.0.37351
Show newest version
{
  "title": "Records should be used instead of ordinary classes when representing immutable data structure",
  "type": "CODE_SMELL",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "MEDIUM"
    },
    "attribute": "CLEAR"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "20min"
  },
  "tags": [
    "java16"
  ],
  "defaultSeverity": "Major",
  "ruleSpecification": "RSPEC-6206",
  "sqKey": "S6206",
  "scope": "Main",
  "quickfix": "unknown"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy