Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13279] CodeProcessor: Some APIs have underscores prepended to their names that need to be hidden

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-03-29T22:22:27.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sRelease 3.1.0, 2013 Sprint 07 JS, 2013 Sprint 07
ComponentsCode Processor
Labelsn/a
ReporterBryan Hughes
AssigneePraveen Innamuri
Created2013-03-29T21:33:07.000+0000
Updated2017-03-16T20:56:25.000+0000

Description

Some APIs have names that aren't valid JSON names (for example 2DMatrix) so they get an underscore prepended to their names. These underscores need to be removed from output messages

Comments

  1. Eric Merriman 2013-06-17

    Please provide test steps and sample code.
  2. Bryan Hughes 2013-06-17

    I don't really this bug, so these steps are just a guess based on the description. Run the following code:
       var matrix = Ti.UI.create2DMatrix();
       
    Check the api usage and see if 2DMatrix has an underscore prepended to it or not
  3. Lee Morris 2017-03-16

    Closing ticket as fixed.

JSON Source