
org.sonar.l10n.java.rules.java.S2168.json Maven / Gradle / Ivy
{
"title": "Double-checked locking should not be used",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "BLOCKER"
},
"attribute": "COMPLETE"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "20min"
},
"tags": [
"cert",
"cwe",
"design",
"multi-threading",
"singleton"
],
"defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-2168",
"sqKey": "S2168",
"scope": "All",
"securityStandards": {
"CWE": [
609
],
"CERT": [
"LCK10-J."
]
},
"quickfix": "unknown"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy