Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18027] iOS: Fix all dead store type error in static analyzer

GitHub Issuen/a
TypeSub-task
PriorityNone
StatusClosed
ResolutionFixed
Resolution Date2014-11-18T20:33:18.000+0000
Affected Version/sn/a
Fix Version/sRelease 3.5.0, Release 4.0.0
ComponentsiOS
Labelsn/a
ReporterChee Kiat Ng
AssigneeEric Merriman
Created2014-11-13T03:40:16.000+0000
Updated2017-03-21T20:33:42.000+0000

Description

dead store errors are values assigned to variables during initialization that are never used or read. These should be removed. Verification method: 1. in Xcode, Product -> Analyze 2. Results will appear, look out for "dead store" type errors Resolving this ticket will result in 0 "dead store" type errors.

Comments

  1. Chee Kiat Ng 2014-11-13

    PR here: https://github.com/appcelerator/titanium_mobile/pull/6343
  2. Vishal Duggal 2014-11-16

    The above PR has been closed. Changes have been incorporated into https://github.com/appcelerator/titanium_mobile/pull/6357 This branch will be merged to master soon. Did it here to avoid merge conflicts later
  3. Lee Morris 2017-03-21

    Closing ticket as fixed.

JSON Source