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

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

{
  "title": "\"wait(...)\" should be used instead of \"Thread.sleep(...)\" when a lock is held",
  "type": "BUG",
  "code": {
    "impacts": {
      "RELIABILITY": "HIGH"
    },
    "attribute": "LOGICAL"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "5min"
  },
  "tags": [
    "multi-threading",
    "performance",
    "cert"
  ],
  "defaultSeverity": "Blocker",
  "ruleSpecification": "RSPEC-2276",
  "sqKey": "S2276",
  "scope": "All",
  "securityStandards": {
    "CERT": [
      "LCK09-J."
    ]
  },
  "quickfix": "unknown"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy