{ "id": "62973", "key": "TIMOB-2341", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11238", "name": "Release 1.6.0 M05", "archived": true, "released": true, "releaseDate": "2011-01-17" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:58:49.000+0000", "created": "2011-04-15T03:17:11.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "android_refactor", "defect", "kroll", "release-1.6.0" ], "versions": [], "issuelinks": [], "assignee": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:58:49.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "{html}
If you look at my fix for #2065, you'll see what I mean. If these\nconditions are met ...
\nThe method has more than one parameter. In the original\nfailcase, the second parameter was optional.\nsetData(Object[], @Kroll.argument(optional=true) KrollDict\noptions)
.
The first parameter is of type Object[], as in the failcase\nabove.
\nThe method is called with values supplied for both the first and\nsecond parameters.
\n... then the value bound to the first parameter ends up being an\nObject[] of the arguments themselves (like old style method\ncalling).
(from [62132044eb36ad0255fcdf251c1b55ee1913cbeb])\nvarargs objects are only recognized at the end of the list,\nallowing Object[] to be correctly filled in the initial part of a\nmethod call
\n[#2341 state:fixed-in-qa] \nhttps://github.com/appcelerator/titanium_mobile/commit/62132044eb36...
[INFO] Titanium SDK version: 1.6.0 (01/14/11\n10:32 43fff62)