[TIMOB-5159] Create 'class blacklist' / blacklist TiColor on iOS
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-07T21:03:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | blacklist, color, coverage |
Reporter | Stephen Tramer |
Assignee | Ingo Muschenetz |
Created | 2011-08-29T14:35:36.000+0000 |
Updated | 2017-06-07T21:03:31.000+0000 |
Description
We need to prevent information from being generated from some classes (such as TiColor) during the coverage generation process; these are proxies, but appear to be for internal use only, and as a result may be obsolete. We need to do the following:
* Evaluate Ti.Color as a standalone class and either:
** Blacklist it (not public knowledge)
** Document it (should be publicly available)
In the event that blacklisting all methods/properties from TiColor does not remove it from the coverage chart, we also need to update the blacklisting mechanism to handle the blacklisting of classes.
Closing ticket due to time passed and lack of progress in the past 5 years.