[TIMOB-12355] CodeProcessor: non-function call property references on Ti objects are not being reported
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-01-21T18:05:19.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2013 Sprint 02 JS, 2013 Sprint 02 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2013-01-20T12:18:19.000+0000 |
Updated | 2017-03-09T00:33:18.000+0000 |
Description
Property references are not being caught, e.g.
var label = Ti.UI.createLabel();
label.text = 'hi';
the .text reference is not being caught
Closing ticket as fixed.