
org.sonar.l10n.java.rules.java.S1193.json Maven / Gradle / Ivy
{
"title": "Exception types should not be tested using \"instanceof\" in catch blocks",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CONVENTIONAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"error-handling",
"cert",
"clumsy"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-1193",
"sqKey": "S1193",
"scope": "All",
"securityStandards": {
"CERT": [
"ERR51-J."
]
},
"quickfix": "unknown"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy