)]}' { "commit": "5296f452067ba54f3546edee879b91338a8dfc34", "tree": "0e72072f31c1582f935e25c93f8ac64872ff5c59", "parents": [ "4cbdd07982bb15756c27bc11a77d6b67428006fc" ], "author": { "name": "David Pursehouse", "email": "dpursehouse@collab.net", "time": "Fri Jan 24 10:50:59 2020 +0900" }, "committer": { "name": "David Pursehouse", "email": "dpursehouse@collab.net", "time": "Fri Jan 24 10:50:59 2020 +0900" }, "message": "ErrorProne: Fix UnusedException errors\n\nWhen the UnusedException check is enabled, the build fails with:\n\n [UnusedException] This catch block catches an symbol and re-throws\n another, but swallows the caught symbol rather than setting it as a\n cause. This can make debugging harder.\n\nFix it by setting the caught exception as cause on the subsequently\nthrown exception.\n\nNote: The grammatically incorrect error message is copy-pasted as-is\nfrom the version of ErrorProne currently used in Bazel; it has been\nfixed by [1] in the latest version.\n\n[1] https://github.com/google/error-prone/commit/d57a39c\n\nChange-Id: I0139249b992e70e47db1f8213dbc8ce80c445128\n", "tree_diff": [ { "type": "modify", "old_id": "3cf391265adcf3de1f031e4cd86e22d037777b80", "old_mode": 33188, "old_path": "src/main/java/com/googlesource/gerrit/plugins/deleteproject/CannotDeleteProjectException.java", "new_id": "04e98bf09797dd537d8920b4e51411bcac130623", "new_mode": 33188, "new_path": "src/main/java/com/googlesource/gerrit/plugins/deleteproject/CannotDeleteProjectException.java" }, { "type": "modify", "old_id": "30474e4f1f20ae79e5173c242be96459b41049a4", "old_mode": 33188, "old_path": "src/main/java/com/googlesource/gerrit/plugins/deleteproject/DeletePreconditions.java", "new_id": "05842c46a3573b2f52301cc269d19592892f5a94", "new_mode": 33188, "new_path": "src/main/java/com/googlesource/gerrit/plugins/deleteproject/DeletePreconditions.java" }, { "type": "modify", "old_id": "f8e4c2beac4d4fd6ed3b536df7d8cdbdf32ba05a", "old_mode": 33188, "old_path": "src/main/java/com/googlesource/gerrit/plugins/deleteproject/DeleteProject.java", "new_id": "4b368260fdd2846e372b9b18cc817c25e1c0d998", "new_mode": 33188, "new_path": "src/main/java/com/googlesource/gerrit/plugins/deleteproject/DeleteProject.java" }, { "type": "modify", "old_id": "b2af2c2ea0531eee46cd70f1236794dc026f11cd", "old_mode": 33188, "old_path": "src/main/java/com/googlesource/gerrit/plugins/deleteproject/HideProject.java", "new_id": "c5bf8ce9bb48d98f0db3712667f1dd21024838b4", "new_mode": 33188, "new_path": "src/main/java/com/googlesource/gerrit/plugins/deleteproject/HideProject.java" } ] }