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>
Thu, 3 Dec 2015 06:53:40 +0000 (15:53 +0900)
commit7c5053aca892e2c82088a9ac89223fc8ca9316b8
tree58ef72a5b98c28ba839045f2d78aa5dbd84bf058
parent2d04cf3e83efcc933aad181780da7aaab881cce7
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>
src/org/tizen/emulator/manager/vms/VMPropertyConfiguration.java