org.sonar.l10n.delphi.rules.community-delphi.RaisingRawException.json Maven / Gradle / Ivy
The newest version!
{
"title": "Raw exceptions should not be raised",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant/Issue",
"constantCost": "15min"
},
"code": {
"attribute": "CLEAR",
"impacts": {
"MAINTAINABILITY": "HIGH",
"RELIABILITY": "LOW"
}
},
"tags": ["confusing", "bad-practice"],
"defaultSeverity": "Critical",
"scope": "ALL",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy