)]}'
{
  "commit": "aeceb6b171caa87ad6bfe36667f544e5fcfa7bc4",
  "tree": "f5c77ee9a39d426a700566c4afa8a677b83d6c46",
  "parents": [
    "1ce1c710c7d3d7bffc246c7f013009b670be44a4"
  ],
  "author": {
    "name": "Roberto Lublinerman",
    "email": "rluble@google.com",
    "time": "Thu Mar 09 17:35:45 2017 -0800"
  },
  "committer": {
    "name": "Roberto Lublinerman",
    "email": "rluble@google.com",
    "time": "Fri Mar 10 14:47:33 2017 -0800"
  },
  "message": "Fix bad varargs conversion in method reference.\n\nThe functional method in a functional interfaces and the method\nreference implementing it do not need to be exact matches\nparameterwise.\n\nThe compiler should insert conversion code to bridge that gap.\n\nIn particular take the code\n\n  String first(Strings... strings) { return strings[0]; }\n\n  Function\u003cString, String\u003e f \u003d this::first;\n\n  f(\"Hello\");\n\nThe class to f in this case needs some conversion as the implementation\nexpectss a String...  (which is exacty a String[]).\n\nThe code that performed the conversion in GwtAstBuilder had a bug when\nthe functional type was generic.\n\nBug: #9497\nBug-Link: https://github.com/gwtproject/gwt/issues/9497\nChange-Id: I3ea724a9586dd53e1e94591b5685475bb8000e40\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b6c10c34b362a7206788c05d0e8fa0d76657368e",
      "old_mode": 33188,
      "old_path": "dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java",
      "new_id": "ba927d87a774d3712b7db2b823fe180716a1673d",
      "new_mode": 33188,
      "new_path": "dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java"
    },
    {
      "type": "modify",
      "old_id": "503475c9477bbf3d20b05d82827fa8a273e4d717",
      "old_mode": 33188,
      "old_path": "user/test-super/com/google/gwt/dev/jjs/super/com/google/gwt/dev/jjs/test/Java8Test.java",
      "new_id": "6a4ee2924152b19dcf212e1986a553f2f2838738",
      "new_mode": 33188,
      "new_path": "user/test-super/com/google/gwt/dev/jjs/super/com/google/gwt/dev/jjs/test/Java8Test.java"
    },
    {
      "type": "modify",
      "old_id": "a87b1a3d917dac62978d86227fea9ba3535d6c73",
      "old_mode": 33188,
      "old_path": "user/test/com/google/gwt/dev/jjs/test/Java8Test.java",
      "new_id": "cafda4c1f42484bc74973b850a3a9d6e5205bf1c",
      "new_mode": 33188,
      "new_path": "user/test/com/google/gwt/dev/jjs/test/Java8Test.java"
    }
  ]
}
