)]}'
{
  "commit": "da1f32b7908e5da8376fff4e57296ef7a84a4e81",
  "tree": "e1b3f3e4e69f6a0df892feb5ec6e1122525e4eb9",
  "parents": [
    "dee62f74041f8944377880476ec4babb12863b37"
  ],
  "author": {
    "name": "Kurt Alfred Kluever",
    "email": "kak@google.com",
    "time": "Mon Jun 08 15:05:27 2026"
  },
  "committer": {
    "name": "Error Prone Team",
    "email": "error-prone-team+copybara@google.com",
    "time": "Mon Jun 08 15:06:32 2026"
  },
  "message": "Remove assignments from `assertThrows()` lambdas. A large percentage of remaining usages of the try/fail pattern assign the result of the statement to a variable, only to never use it (the assignment never happens because the statement throws).\n\nPiperOrigin-RevId: 928568034\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2fd1a524797eaf0079d6fe1ddd2f270ef2ed2f59",
      "old_mode": 33188,
      "old_path": "core/src/main/java/com/google/errorprone/bugpatterns/AssertThrowsUtils.java",
      "new_id": "8ab0841fd6b0063218a74301fdfbef6597cf8405",
      "new_mode": 33188,
      "new_path": "core/src/main/java/com/google/errorprone/bugpatterns/AssertThrowsUtils.java"
    },
    {
      "type": "modify",
      "old_id": "fc386285c2896cd20acf728263c4c855c5c51a94",
      "old_mode": 33188,
      "old_path": "core/src/test/java/com/google/errorprone/bugpatterns/TryFailRefactoringTest.java",
      "new_id": "62b26cac4aa202bde23ea3918b88be2d7a002c2a",
      "new_mode": 33188,
      "new_path": "core/src/test/java/com/google/errorprone/bugpatterns/TryFailRefactoringTest.java"
    }
  ]
}
