)]}'
{
  "commit": "3c63c33d8a35781cd3dfef6c798260a502aa0511",
  "tree": "6d687466336620d3f58ab0f493ec6fefb17a5f31",
  "parents": [
    "96fc353fdde0dabf5122cc96c459b4256e6659a3"
  ],
  "author": {
    "name": "gwt.team.scottb",
    "email": "gwt.team.scottb@8db76d5a-ed1c-0410-87a9-c151d255dfc7",
    "time": "Fri Jan 11 18:57:36 2008 +0000"
  },
  "committer": {
    "name": "gwt.team.scottb",
    "email": "gwt.team.scottb@8db76d5a-ed1c-0410-87a9-c151d255dfc7",
    "time": "Fri Jan 11 18:57:36 2008 +0000"
  },
  "message": "Fixes several compiler problems related to varargs.\n\n1) The original ICE would occur when not specifying any varargs at all to a vararg function.  The problem was trying to get source info from a non-existent parameter.  I fixed this, however...\n\n2) Not specifying any params to a method with a single vararg would fail in a different way, because JDT would give us a null array, causing us to early out and not run the varargs synthesis.  I fixed this by making fixing up the array to a length 0 and running the rest of the function.  However...\n\n3) This caused us to die processing a call to the implicit super constructor in the Enum class, which takes a String and int for name and ordinal.  The synthetic args for these methods are added elsewhere and don\u0027t exist in JDT.  I special-cased this special case with an early return and assertion. \n\nReview by: bobv\n\n\ngit-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1694 8db76d5a-ed1c-0410-87a9-c151d255dfc7\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "1343814ab1799bb773d6f9b11e01b17abacc5792",
      "old_mode": 33188,
      "old_path": "dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaAST.java",
      "new_id": "5e742edbb25cdbbad88bbcb43c45fbd8da2e59b8",
      "new_mode": 33188,
      "new_path": "dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaAST.java"
    },
    {
      "type": "modify",
      "old_id": "da4d1aefa590ca37fef73f74dfac0a803c28e527",
      "old_mode": 33188,
      "old_path": "user/test/com/google/gwt/dev/jjs/test/VarargsTest.java",
      "new_id": "b824191ce32735015a573fb8b7804b5c16c8e2ca",
      "new_mode": 33188,
      "new_path": "user/test/com/google/gwt/dev/jjs/test/VarargsTest.java"
    }
  ]
}
