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

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

There is a newer version: 8.10.0.38194
Show newest version
{
  "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