{ "id": "84370", "key": "TIMOB-6932", "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": "12093", "description": "", "name": "Sprint 2012-01", "archived": true, "released": true, "releaseDate": "2012-01-15" }, { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" }, { "id": "12677", "description": "Release 1.8 Service Pack 1", "name": "Release 1.8.1", "archived": true, "released": true, "releaseDate": "2012-01-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-01-23T16:14:16.000+0000", "created": "2011-12-29T15:31:29.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "module_filesystem", "parity", "qe-testadded" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "issuelinks": [ { "id": "14937", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "85866", "key": "TIDOC-322", "fields": { "summary": "APIDoc: Remove reference to incorrect deprecation of Ti.Filesystem.File.writable", "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": "Trivial", "id": "5" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "14412", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "84409", "key": "TIDOC-80", "fields": { "summary": "APIDoc: Filesystem - no method named writable or writeable, document writable for both iOS and Android, and writeable iOS-only", "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": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-02-02T13:59:16.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "According to the Filesystem parity spec:\r\n\r\nhttps://wiki.appcelerator.org/display/spe/Filesystem+Behavior+Parity\r\n\r\nThe \"writeable\" property is supposed to be deprecated in favor of writable.\r\n\r\nHowever, in the iOS code, the writable property returns a deprecation warning and points users to \"writeable\"--just the opposite of the spec.\r\n\r\nAndroid only supports writable. Propose we change the iOS code--or else update the spec and Android code to match.\r\n\r\n", "attachment": [], "flagged": false, "summary": "iOS: Incorrect deprecation of Ti.Filesystem.File.writable", "creator": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "177787", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "For KS filesystem.js on 1.8.0.1:\r\n\r\nAndroid returns:\r\n* writeable property: undefined\r\n* writable property: false\r\n* writeable method: exception - no method\r\n* writable method: exception - no method\r\n\r\niOS returns:\r\n* writeable property: true\r\n* writable property: true\r\n* writeable method: exception\r\n* writable method: exception\r\n", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2012-01-02T15:40:34.000+0000", "updated": "2012-01-02T16:28:59.000+0000" }, { "id": "179070", "author": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing issue\r\n\r\nTested with Ti Studio 1.9.0.v20120111233134\r\nTi Mob SDK 1.8.0.1\r\nOSX Lion\r\niPhone Sim\r\n\r\nExpected behavior of writeable showing proper deprecation warning is shown", "updateAuthor": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-01-12T11:12:58.000+0000", "updated": "2012-01-12T11:12:58.000+0000" }, { "id": "180269", "author": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Reopening and closing this issue to update label and Fix Version field.", "updateAuthor": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-01-23T16:14:07.000+0000", "updated": "2012-01-23T16:14:07.000+0000" }, { "id": "181520", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "updated labels", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-02-02T13:55:42.000+0000", "updated": "2012-02-02T13:55:42.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }