[TIMOB-15260] Code Processor: Titanium or Ti are not defined, analyzing code via CLI
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T19:55:29.000+0000 |
Affected Version/s | Release 3.1.3 |
Fix Version/s | n/a |
Components | Code Processor |
Labels | code-analyzer, qe-3.1.3, usability |
Reporter | Olga Romero |
Assignee | Chris Barber |
Created | 2013-09-18T00:15:44.000+0000 |
Updated | 2017-03-20T20:29:29.000+0000 |
Description
When analyzing the code of a default project for android or ios platform via the CLI:
titanium analyze -p (platform)
errors are detected, pointing to all app.js lines with "Ti" or "Titanium" in them
There are no errors, if run code analysis is run via Studio
Attachments
The command is missing the --all-plugins flag. The idea behind this flag is that eventually the code processor will also support node.acs projects, which don't include the Ti or Titanium objects. That said, we don't support node.acs projects yet, so the flag is superfluous for the time being.
Code processor is dead.
Closing ticket as Code processor is no longer supported.