{ "id": "64842", "key": "TIMOB-3756", "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": "11364", "description": "Mobile 1.8.0 M11", "name": "Sprint 2011-32", "archived": true, "released": true, "releaseDate": "2011-08-15" }, { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-11-05T13:44:32.000+0000", "created": "2011-04-27T13:01:17.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "parity" ], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [], "assignee": { "name": "vsingh", "key": "vsingh", "displayName": "Vikramjeet Singh", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-11-05T13:44:32.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": "Functions show all local scope variables in their argument list (but shouldn't)\r\n", "attachment": [], "flagged": false, "summary": "Android: Function arguments show local scope variables in debugger", "creator": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "133130", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "must have gotten auto-assigned to me. Moving to Marshall.", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-03T16:45:35.000+0000", "updated": "2011-05-03T16:45:35.000+0000" }, { "id": "162782", "author": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "body": "To verify this fix:\r\n\r\n* In Titanium Studio, enter this code in app.js, and add breakpoints where directed:\r\n\r\n{code}\r\nfunction myFn(a, b, c) {\r\n // add a breakpoint below here\r\n var d = 1;\r\n var e = 2;\r\n}\r\n\r\nfunction myFn2() {\r\n // add a breakpoint below here\r\n var x = 1;\r\n}\r\n\r\nmyFn(3, 4, 5);\r\nmyFn2();\r\n{code}\r\n\r\n* Debug the application on the emulator\r\n* When the breakpoint in {{myFn}} hits, look at the expanded stack. At the top, you should see {{myFn(a, b, c)}} instead of (the fail case) {{myFn(a, b, c, d, e)}}\r\n* Click \"Resume\"\r\n* When the breakpoint in {{myFn2}} hits, look at the expanded stack. At the top, you should see {{myFn2()}} with no arguments, instead of (the fail case) {{myFn2\\(x\\)}}", "updateAuthor": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-14T17:54:26.000+0000", "updated": "2011-08-17T14:42:33.000+0000" }, { "id": "165817", "author": { "name": "vsingh", "key": "vsingh", "displayName": "Vikramjeet Singh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Resolved. Debugger values matches as told by Marshall in comments\n\nTested on:\nMac OSX Lion\nTiMob: 1.8.0.v20110906155354\nTiStud: 1.0.5.201109091616\n\nDevices Used:\nAndroid Emulator 2.2", "updateAuthor": { "name": "vsingh", "key": "vsingh", "displayName": "Vikramjeet Singh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-09-13T10:03:47.000+0000", "updated": "2011-09-13T10:03:47.000+0000" }, { "id": "171608", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Standardizing summary and labels.", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-11-05T13:43:49.000+0000", "updated": "2011-11-05T13:43:49.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }