)]}'
{
  "commit": "038cd5d55f0fa50828c2b8b54d3699b67e5fa341",
  "tree": "0764ff4d93710278aee8e47d9e2c5f54c675a97a",
  "parents": [
    "50bc6b26d73d9b8f6aaa12ea29244d6f63a23ad1"
  ],
  "author": {
    "name": "Goktug Gokdogan",
    "email": "goktug@google.com",
    "time": "Fri Dec 19 20:34:19 2014 -0800"
  },
  "committer": {
    "name": "Goktug Gokdogan",
    "email": "goktug@google.com",
    "time": "Fri Dec 19 20:34:19 2014 -0800"
  },
  "message": "Removes the assertion from FileResource.\n\nFileResource is asserting is argument isFile. This is a\npoor assertion because when the resource is deleted, the\nresult is false (hence you can have a FileResource with\nisFile returns false if FileResource is deleted afterwards).\n\nEnforcing this assertion also makes it difficult to use\nFileResource as a key in a map and complicates interning\n(this wasn\u0027t a problem earlier because deleted resource\nwas already interned, so FileResource instance was returned\nfrom map).\n\nAlso fixes the test logic for detecting origin of resources.\n\n(This patch will fix the broken build.)\n\nChange-Id: I437f3bff581b52d0675d175b7d8be126cdf3e659\nReview-Link: https://gwt-review.googlesource.com/#/c/10911/\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "46174e363c5d10cac7f442d4a8c20aa3f999a42d",
      "old_mode": 33188,
      "old_path": "dev/core/src/com/google/gwt/dev/resource/impl/FileResource.java",
      "new_id": "4333e79bae7c4c37b909b34697d38b2a0eb8a583",
      "new_mode": 33188,
      "new_path": "dev/core/src/com/google/gwt/dev/resource/impl/FileResource.java"
    },
    {
      "type": "modify",
      "old_id": "d7d4e87f19a6a02fd2a68e3c08f098e5a512ce7d",
      "old_mode": 33188,
      "old_path": "dev/core/test/com/google/gwt/dev/resource/impl/ResourceOracleImplTest.java",
      "new_id": "1bbbff96a09927410419d243611c248a9b92d94a",
      "new_mode": 33188,
      "new_path": "dev/core/test/com/google/gwt/dev/resource/impl/ResourceOracleImplTest.java"
    }
  ]
}
