{ "id": "83057", "key": "TIMOB-6296", "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": "12087", "description": "", "name": "Sprint 2011-47", "archived": true, "released": true, "releaseDate": "2011-11-28" }, { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-11-23T14:19:07.000+0000", "created": "2011-11-23T13:36:57.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "branch-v8" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "issuelinks": [], "assignee": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-12-06T11:15:12.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": "This can be replicated by simply opening in KS: Base UI > Views > Image Views > Remote Image\r\n\r\nException:\r\n{code}\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): Caused by: java.lang.NullPointerException\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at java.net.URI.parseURI(URI.java:294)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at java.net.URI.(URI.java:70)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at ti.modules.titanium.ui.widget.TiUIImageView.processProperties(TiUIImageView.java:743)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at org.appcelerator.kroll.KrollProxy.setModelListener(KrollProxy.java:595)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at org.appcelerator.titanium.proxy.TiViewProxy.realizeViews(TiViewProxy.java:449)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at org.appcelerator.titanium.proxy.TiViewProxy.handleGetView(TiViewProxy.java:441)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at org.appcelerator.titanium.proxy.TiViewProxy.getOrCreateView(TiViewProxy.java:427)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at org.appcelerator.titanium.proxy.TiViewProxy.handleAdd(TiViewProxy.java:520)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at org.appcelerator.titanium.proxy.TiViewProxy.handleMessage(TiViewProxy.java:264)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at org.appcelerator.titanium.proxy.TiWindowProxy.handleMessage(TiWindowProxy.java:109)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at ti.modules.titanium.ui.ActivityWindowProxy.handleMessage(ActivityWindowProxy.java:94)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at android.os.Handler.dispatchMessage(Handler.java:95)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at org.appcelerator.kroll.common.TiMessenger.dispatchMessage(TiMessenger.java:318)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at org.appcelerator.kroll.common.TiMessenger.dispatchPendingMessages(TiMessenger.java:303)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at org.appcelerator.kroll.common.TiMessenger$2.getResult(TiMessenger.java:188)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at org.appcelerator.kroll.common.TiMessenger.sendBlockingMessage(TiMessenger.java:215)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at org.appcelerator.kroll.common.TiMessenger.sendBlockingRuntimeMessage(TiMessenger.java:143)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at org.appcelerator.kroll.KrollProxy.fireSyncEvent(KrollProxy.java:374)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at org.appcelerator.titanium.TiBaseActivity.onStop(TiBaseActivity.java:694)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at android.app.Instrumentation.callActivityOnStop(Instrumentation.java:1173)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at android.app.Activity.performStop(Activity.java:4492)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:2583)\r\n11-23 11:31:26.270: E/AndroidRuntime(6348): ... 11 more\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: ImageViews without an \"image\" but with a \"defaultImage\" throw a NullPointerException", "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": "173916", "author": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Pull request for this is ready: https://github.com/appcelerator/titanium_mobile/pull/763", "updateAuthor": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-11-23T13:40:59.000+0000", "updated": "2011-11-23T13:40:59.000+0000" }, { "id": "175010", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Bug fixed. Verified on:\r\nSDK: 1.8.0.1.v20111205164258\r\nRuntimes: Android V8/Rhino\r\nStudio: 1.0.7.201112052104\r\nOS: OS X Lion\r\nDevices Tested: Nexus One 2.2.2, Droid3 2.3.4, G Slate 3.1, Emulator 4.0", "updateAuthor": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-06T11:15:12.000+0000", "updated": "2011-12-06T11:15:12.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }