Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15731] Samples: RSS Reader sample has warnings - missing semicolons and deprecated objects

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2013-11-19T22:01:29.000+0000
Affected Version/sRelease 3.2.0
Fix Version/s2013 Sprint 24, 2013 Sprint 24 Tooling, Release 3.2.0
Componentsn/a
Labelsqe-3.2.0, qe-closed-3.2.0, triage
ReporterEric Merriman
AssigneeChristian Sullivan
Created2013-11-15T23:04:18.000+0000
Updated2013-11-20T19:02:43.000+0000

Description

Description:

The RSS Sample has missing semicolons which is indicated as an exclamation mark on each file with the problem. The sample also uses the newly-deprecated "navgroup" object which also produces a warning.

Steps to reproduce:

1) import the RSS reader sample 2) Open the file resources/services/rss.js 3) Open the file resources/ui/handheld/ios/ApplicationWindow.js

Result:

rss.ja has missing semicolons. ApplicationWindow.js has deprecated objects

Expected Result:

No warnings

Comments

  1. Christian Sullivan 2013-11-18

    PR [MASTER] https://github.com/appcelerator-developer-relations/Sample.RSS/pull/8
  2. Samuel Dowse 2013-11-19

    Bug still persits on: Mac OSX 10.9 Mavericks Titanium Studio, build: 3.2.0.201311160316 Titanium SDK, build: 3.2.0.v20131118211643 CLI: 3.2.0-alpha Alloy: 1.3.0 Pulled the RSS sample project from the github repository. Semicolon errors are fixed however the deprecated object still remains. Project cannot be built to iPhone because of this error. Re-opening.
  3. Christian Sullivan 2013-11-19

    [~mxia] [~sdowse] Updated PR with to fix remaining issues. PR [MASTER] https://github.com/appcelerator-developer-relations/Sample.RSS/pull/8
  4. Christian Sullivan 2013-11-19

    Updated app from deprecated iPhone.NavigationGroup to the new iOS.NavigationWindow
  5. Samuel Dowse 2013-11-20

    Verified fixed on: Mac OSX 10.9 Mavericks Titanium Studio, build: 3.2.0.201311200322 Titanium SDK, build: 3.2.0.v20131119142443 CLI: 3.2.0-alpha Alloy: 1.3.0 Pulled the RSS sample project from the github repository. Semicolon and Deprecated method warnings no longer shown throughout application. Project successfully installed on iPhone. Closing/

JSON Source