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

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

There is a newer version: 8.10.0.38194
Show newest version
{
  "title": "Classes should not depend on an excessive number of classes (aka Monster Class)",
  "type": "CODE_SMELL",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "INFO"
    },
    "attribute": "MODULAR"
  },
  "status": "beta",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "0min"
  },
  "tags": [
    "architecture",
    "design"
  ],
  "defaultSeverity": "Info",
  "ruleSpecification": "RSPEC-6539",
  "sqKey": "S6539",
  "scope": "Main",
  "quickfix": "infeasible"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy