{ "id": "86126", "key": "TIMOB-7552", "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": "12095", "description": "", "name": "Sprint 2012-03", "archived": true, "released": true, "releaseDate": "2012-02-12" }, { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" }, { "id": "13070", "description": "Release 1.8 Service Pack 2", "name": "Release 1.8.2", "archived": true, "released": true, "releaseDate": "2012-02-29" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-02-14T23:29:01.000+0000", "created": "2012-02-06T13:40:50.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "regression" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" }, { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" }, { "id": "13070", "description": "Release 1.8 Service Pack 2", "name": "Release 1.8.2", "archived": true, "released": true, "releaseDate": "2012-02-29" } ], "issuelinks": [ { "id": "15078", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "84533", "key": "TIMOB-7019", "fields": { "summary": "Android: Ti.Include blocks global variable.", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2012-02-14T23:29:01.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": "Ti.include files with no code content fail to load in FastDev and app behavior fails to continue.\r\nRegression. Works in 1.8.1 stable. Previously occurred in 1.8.0.1 stable.\r\nOccurs in 1.9.0 beta and 1.8.2 beta on all emulators in V8/Rhino except 4.0 w/V8. Log attached.\r\n\r\nSteps to Reproduce:\r\n\r\n1. Run IncludeTest.zip project on any Android emulator (except 4.0 w/V8).\r\n\r\nExpected Result:\r\n\r\nApp should load properly and display an alert: 'Ti.include worked!'.\r\n\r\nActual Result:\r\n\r\nApp fails to load and generates runtime error.", "attachment": [ { "id": "25626", "filename": "IncludeTest.zip", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-02-06T13:40:50.000+0000", "size": 2322533, "mimeType": "application/zip" }, { "id": "25625", "filename": "v8 emu 2.3.3 runtime error.txt", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-02-06T13:40:50.000+0000", "size": 6748, "mimeType": "text/plain" } ], "flagged": false, "summary": "Android: FastDev: Ti.include: blank include files fail to load and invalidates app", "creator": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK: 1.9.0.v20120203163134, 1.8.2.v20120202103135\r\nAndroid: V8/Rhino\r\nStudio: 1.0.8.201201262211\r\nOS: Lion\r\nAndroid Devices Tested: Nexus One 2.2.2, Nexus S 2.3.6, Xoom 3.2.1, Galaxy Nexus 4.0.2, Android Emulator 2.2/2.3.3/3.0/4.0\r\nDevices Affected: Android Emulator 2.2/2.3.3/3.0, Android Emulator 4.0 Rhino", "comment": { "comments": [ { "id": "182333", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "h3. Testing Notes\r\n\r\nTest above per Dustin's instructions, however in 4 scenarios to ensure nothing is broken:\r\n\r\n1) In V8 with FastDev enabled.\r\n2) In V8 with FastDev *off*.\r\n3) In Rhino with FastDev enabled.\r\n4) In Rhino with FastDev *off*.", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-02-07T18:23:57.000+0000", "updated": "2012-02-07T18:23:57.000+0000" }, { "id": "182334", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Pull request ready\r\n\r\nhttps://github.com/appcelerator/titanium_mobile/pull/1370", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-02-07T18:26:12.000+0000", "updated": "2012-02-07T18:26:12.000+0000" }, { "id": "182586", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as Fixed.\r\nSDK: 1.9.0.v20120209094635\r\nAndroid: V8/Rhino\r\nStudio: 1.0.8.201201262211\r\nOS: Lion\r\nDevices Tested: Android Emulator 2.2/2.3.3/4.0.3", "updateAuthor": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-02-09T10:29:27.000+0000", "updated": "2012-02-09T10:29:27.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }