)]}'
{
  "commit": "08362949ef379d80b8af98bd06476faa670c04a4",
  "tree": "d1b3b16121b4f1b96b41548c8e25f88eb4871492",
  "parents": [
    "80fb20b69eaae6ed4cf1f3c869632d01448559c0"
  ],
  "author": {
    "name": "gwt.team.scottb",
    "email": "gwt.team.scottb@8db76d5a-ed1c-0410-87a9-c151d255dfc7",
    "time": "Thu Jun 21 21:05:23 2007 +0000"
  },
  "committer": {
    "name": "gwt.team.scottb",
    "email": "gwt.team.scottb@8db76d5a-ed1c-0410-87a9-c151d255dfc7",
    "time": "Thu Jun 21 21:05:23 2007 +0000"
  },
  "message": "Fixes issue #1260. I introduced the bug in r955. The problem I was trying to solve in that revision was making the following code do an array store check:\n\nFinalType ft[];\nNonFinalSuper nfs;\nft[0] \u003d nfs;\n\nPreviously, we\u0027d fail to do a type check on account of the element type being final; but really you need the element type to be final AND the RHS static type to be the same type to elide the check.\n\nMy faulty logic caused a set to be emitted any time the element type and RHS static type differed-- even if it was a primitive array.  This change makes sure primitive arrays never emit a type check.\n\nFound by: ispeters\nReview by: mmendez\n\n\ngit-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1198 8db76d5a-ed1c-0410-87a9-c151d255dfc7\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "726fbd9d02f293a4388704c35bc568835c4dde68",
      "old_mode": 33188,
      "old_path": "dev/core/src/com/google/gwt/dev/jjs/impl/ArrayNormalizer.java",
      "new_id": "96fc5f939feef11340d979d32b5d66a467754e07",
      "new_mode": 33188,
      "new_path": "dev/core/src/com/google/gwt/dev/jjs/impl/ArrayNormalizer.java"
    },
    {
      "type": "modify",
      "old_id": "b894cb562482b504e7ffa96f3fd7447986554fff",
      "old_mode": 33188,
      "old_path": "user/test/com/google/gwt/dev/jjs/test/CompilerTest.java",
      "new_id": "56aeddb3c18a1b14ce97580bd9b95396320cf5cf",
      "new_mode": 33188,
      "new_path": "user/test/com/google/gwt/dev/jjs/test/CompilerTest.java"
    }
  ]
}
