{ "id": "92746", "key": "TIMOB-9442", "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": "16586", "description": "Release 3.4.2", "name": "Release 3.4.2", "archived": false, "released": true, "releaseDate": "2017-03-11" }, { "id": "16704", "description": "Release 3.5.0", "name": "Release 3.5.0", "archived": false, "released": true, "releaseDate": "2015-01-13" }, { "id": "16593", "description": "Release 4.0.0", "name": "Release 4.0.0", "archived": false, "released": true, "releaseDate": "2015-05-21" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2014-10-27T22:16:43.000+0000", "created": "2012-06-04T01:27:08.000+0000", "epic": { "id": 120377, "key": "TIMOB-15327", "name": "Support 64-bit iOS", "summary": "iOS7: Support 64-bit iOS", "color": { "key": "color_1" }, "done": false }, "priority": { "name": "Trivial", "id": "5" }, "labels": [ "2.0.2GA", "IOS5", "Xcode", "community" ], "versions": [], "issuelinks": [ { "id": "35473", "type": { "id": "10011", "name": "Includes", "inward": "is included by", "outward": "includes" }, "inwardIssue": { "id": "119784", "key": "TIMOB-15118", "fields": { "summary": "iOS: SDK should have under 10 compiler warnings (it currently has 159)", "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": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "36054", "type": { "id": "10011", "name": "Includes", "inward": "is included by", "outward": "includes" }, "inwardIssue": { "id": "128124", "key": "TIMOB-16697", "fields": { "summary": " iOS: SDK should have 0 compiler warnings (it currently has 9)", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2015-03-03T22:41:44.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": "since Ti 2.0.2 GA, I have the following warnings :\r\n\r\nClasses/TiUIWindowProxy.m : Instance method '-updateBarImage' not found (return type defaults to 'id')\r\n\r\n Instance method '-updateTitleView' not found (return type defaults to 'id')\r\n\r\n/Classes/TiHost.m :\r\n\r\n Instance method '-krollBridge' not found (return type defaults to 'id')\r\n\r\n\r\nstep to reproduce with Kitchen Sink iphone example : open KitchenSink.xcodeproj and build with Xcode ( debug or release mode)", "attachment": [ { "id": "28137", "filename": "xcode_warnings2.0.2.GA.pdf", "author": { "name": "vince", "key": "vince", "displayName": "Vincent ", "active": true, "timeZone": "Europe/Paris" }, "created": "2012-06-04T01:41:24.000+0000", "size": 22724, "mimeType": "application/force-download" } ], "flagged": false, "summary": "Compiling with Xcode under Titanium 2.0.2 GA produce 3 'semantic issue' warnings", "creator": { "name": "vince", "key": "vince", "displayName": "Vincent ", "active": true, "timeZone": "Europe/Paris" }, "subtasks": [], "reporter": { "name": "vince", "key": "vince", "displayName": "Vincent ", "active": true, "timeZone": "Europe/Paris" }, "environment": "OS :snow leopard 10.6.8\r\nXcode : Version 4.2 Build 4C199\r\nSDK : iPhone OS 5.0 :\t(9A334)", "comment": { "comments": [ { "id": "201776", "author": { "name": "vince", "key": "vince", "displayName": "Vincent ", "active": true, "timeZone": "Europe/Paris" }, "body": "now 7 warnings with Titanium 2.1.0\r\n\r\nAnalyticsModule.mm\r\nInstance method '-flushEventQueueWrapper' not found (return type defaults to 'id')\r\nTiBlob.m\r\nIncompatible pointer types returning 'NSNull *' from a function with result type 'NSString *'\r\nTiMediaAudioPlayerProxy.m\r\nInstance method '-start:' not found (return type defaults to 'id')\r\nTiHost.m\r\nInstance method '-krollBridge' not found (return type defaults to 'id')\r\nTiUIWindowProxy.m\r\nInstance method '-updateBarImage' not found (return type defaults to 'id')\r\nInstance method '-updateTitleView' not found (return type defaults to 'id')\r\nTiMapView.m\r\nInstance method '-proxyForAnnotation:' not found (return type defaults to 'id')", "updateAuthor": { "name": "vince", "key": "vince", "displayName": "Vincent ", "active": true, "timeZone": "Europe/Paris" }, "created": "2012-07-06T03:33:14.000+0000", "updated": "2012-07-06T03:33:14.000+0000" }, { "id": "329627", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Resolving as duplicate of TIMOB-16697.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-10-27T22:16:43.000+0000", "updated": "2014-10-27T22:16:43.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }