)]}'
{
  "commit": "d91daeeeefdc06b70d7a57c2b4acad6f2ba37b4a",
  "tree": "0bdaaf8b753a0009b09ed1e90474275c41b51591",
  "parents": [
    "3e58fbfe033b5040d56bfba0b8cad39c5faba254"
  ],
  "author": {
    "name": "Matthew Dempsky",
    "email": "mdempsky@google.com",
    "time": "Thu May 16 09:01:18 2013 -0700"
  },
  "committer": {
    "name": "Matthew Dempsky",
    "email": "mdempsky@google.com",
    "time": "Thu May 16 09:01:18 2013 -0700"
  },
  "message": "Don\u0027t call toString() on plain Java arrays\n\nError Prone will soon warn about calling toString() on plain Java\narrays, because the return value is rarely useful.  In JsoTest, we\ndon\u0027t actually care about what it returns because the cast to\nString[][] should throw an exception anyway, but presumably we want to\nmake sure the variable doesn\u0027t get discarded as dead and the cast\noptimized away.\n\nInstead of applying the Error Prone automated refactoring of calling\njava.util.Arrays.toString(), we can just call getClass() instead.\n\nChange-Id: I2e90cf1442d126efe8d7ec866204f20c5e4cf3e9\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "059d1c9d98feab789ec622ba67857428c28b0410",
      "old_mode": 33188,
      "old_path": "user/test/com/google/gwt/dev/jjs/test/JsoTest.java",
      "new_id": "9164f2536ada2c1d12411a0d7de80740f02e19b7",
      "new_mode": 33188,
      "new_path": "user/test/com/google/gwt/dev/jjs/test/JsoTest.java"
    }
  ]
}
