Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12355] CodeProcessor: non-function call property references on Ti objects are not being reported

GitHub Issuen/a
TypeSub-task
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2013-01-21T18:05:19.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sRelease 3.1.0, 2013 Sprint 02 JS, 2013 Sprint 02
ComponentsCode Processor
Labelsn/a
ReporterBryan Hughes
AssigneePraveen Innamuri
Created2013-01-20T12:18:19.000+0000
Updated2017-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

Comments

  1. Lee Morris 2017-03-09

    Closing ticket as fixed.

JSON Source