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

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

{
  "title": "Exceptions should not be thrown in finally blocks",
  "type": "CODE_SMELL",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "HIGH"
    },
    "attribute": "COMPLETE"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "30min"
  },
  "tags": [
    "error-handling",
    "cert",
    "suspicious"
  ],
  "defaultSeverity": "Critical",
  "ruleSpecification": "RSPEC-1163",
  "sqKey": "S1163",
  "scope": "Main",
  "quickfix": "infeasible",
  "securityStandards": {
    "CERT": [
      "ERR05-J."
    ]
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy