[TIMOB-10085] CodeProcessor: Implement titanium namespace modification Code Processor plugin
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T20:11:28.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-07-23T10:52:10.000+0000 |
Updated | 2017-03-16T21:33:30.000+0000 |
Description
We need to implement a Code Processor plugin that detects when someone tries to modify Titanium objects and throw an error, e.g.
Ti.Platform.osname = "foo";
It may be more prudent to just implement this as part of TIMOB-10082.
Code processor is dead.
Closing ticket as the issue won't fix.