{
  "id": "java/stringindexoutofboundsexception",
  "signature": "StringIndexOutOfBoundsException",
  "signature_zh": "",
  "regex": "StringIndexOutOfBoundsException",
  "domain": "java",
  "category": "range_error",
  "subcategory": null,
  "root_cause": "String index is negative or >= string length.",
  "root_cause_type": "generic",
  "root_cause_zh": "",
  "versions": [
    {
      "version": "8+",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [],
  "workarounds": [],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": "StringIndexOutOfBoundsException",
  "verification_tier": "official",
  "confidence": 0.95,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": null,
  "last_confirmed": null,
  "last_updated": null,
  "evidence_count": 0,
  "tags": [
    "java",
    "exception",
    "stringindexoutofboundsexception"
  ],
  "locale": "en",
  "aliases": []
}