Fix parser handlers 22/37122/2 accepted/tizen_3.0.2015.q1_common tizen_3.0.2015.q1_common accepted/tizen/3.0.2015.q1/common/20150320.110440 accepted/tizen/common/20150319.155422 accepted/tizen/mobile/20150326.005122 accepted/tizen/tv/20150324.014504 accepted/tizen/wearable/20150323.005717 submit/tizen_3.0.2015.q1_common/20150320.103259 submit/tizen_common/20150319.154254 submit/tizen_mobile/20150325.000000 submit/tizen_tv/20150320.000001 submit/tizen_wearable/20150320.000000
authorTomasz Iwanek <t.iwanek@samsung.com>
Wed, 18 Mar 2015 15:10:39 +0000 (16:10 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Thu, 19 Mar 2015 15:12:06 +0000 (08:12 -0700)
commit959fe7a29ed106aec1a9000810b6212be461ab3d
tree38ee1d27738710ebe6372631c30beb223679e6d4
parentb907d4bebcc7b32e7ce4bfb7aa24a5bcba8d5f39
Fix parser handlers

In current execution flow, there is call of Parse() function
for each handler. Handler should be prepared for situation that
there is no value it expects.

Change-Id: Ib17ed3e4bbb5600397c9bf23cf140d0d064b8d29
src/widget-manifest-parser/manifest_handlers/app_control_handler.cc
src/widget-manifest-parser/manifest_handlers/category_handler.cc
src/widget-manifest-parser/manifest_handlers/ime_handler.cc
src/widget-manifest-parser/manifest_handlers/metadata_handler.cc