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

org.sonar.l10n.delphi.rules.community-delphi.CatchingRawException.json Maven / Gradle / Ivy

The newest version!
{
  "title": "Raw exceptions should not be caught",
  "type": "CODE_SMELL",
  "status": "ready",
  "remediation": {
    "func": "Constant/Issue",
    "constantCost": "15min"
  },
  "code": {
    "attribute": "FOCUSED",
    "impacts": {
      "MAINTAINABILITY": "MEDIUM",
      "RELIABILITY": "MEDIUM"
    }
  },
  "tags": ["bad-practice", "confusing", "pitfall"],
  "defaultSeverity": "Critical",
  "scope": "ALL",
  "quickfix": "unknown"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy