vm property: fix null pointer exception
authorjihye424.kim <jihye424.kim@samsung.com>
Thu, 3 Dec 2015 02:21:50 +0000 (11:21 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 20 Jan 2016 05:06:27 +0000 (14:06 +0900)
commite36ece644661515ecdbaabc8f9d44d98ed373850
tree43cb0d88fe7d75bf4b933924448a4687c9c3323b
parent5bb0dbf3a165c44bc0650ddbbacabd742fe3bcaa
vm property: fix null pointer exception

- bug: if child image path or sawp image path is null, throw null pointer exception
- fix: check this value is null or not

Change-Id: Ifdfc961b7181bccb0e73d8308fdf66840c9d84fb
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
(cherry picked from commit 7c5053aca892e2c82088a9ac89223fc8ca9316b8)
src/org/tizen/emulator/manager/vms/VMPropertyConfiguration.java