[TIMOB-18029] iOS: Fix all optimization type errors detected by static analyzer
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-11-16T04:35:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.5.0, Release 4.0.0 |
Components | iOS |
Labels | look1 |
Reporter | Chee Kiat Ng |
Assignee | Eric Merriman |
Created | 2014-11-13T03:47:55.000+0000 |
Updated | 2017-03-21T22:38:35.000+0000 |
Description
Optimization type errors detected by static analyzer are usually instance variables declared but never used. These should be removed.
Verification method:
1. in Xcode, Product -> Analyze
2. Results will appear, look out for "optimization" type errors
Resolving this ticket will result in 0 "optimization" type errors.
PR here: https://github.com/appcelerator/titanium_mobile/pull/6342
Closing ticket as fixed.