COMMON: Fix potential bugs as prevent 14/11914/1
authorBon-Yong Lee <bonyong.lee@samsung.com>
Fri, 8 Nov 2013 01:28:33 +0000 (10:28 +0900)
committerBon-Yong Lee <bonyong.lee@samsung.com>
Fri, 8 Nov 2013 01:28:33 +0000 (10:28 +0900)
commitf795e5cdfca9fe1384fb167555f05d1c991c474e
treecddceb4a8658dd85a7fb062acac81e7046c91a81
parent3b7b2783abcae29ccd0c5e89dfb797198a25ce99
COMMON: Fix potential bugs as prevent

Fix the followings:
Resource leak, inner class declaration warning and Unboxing without null-check

Change-Id: I08ed4d5a2d8c72d0d3d49fa253ae5f8492c60e36
Signed-off-by: Bon-Yong Lee <bonyong.lee@samsung.com>
org.tizen.common.connection/src/org/tizen/common/connection/explorer/ConnectionExplorerPanel.java
org.tizen.common.sdblib/src/org/tizen/sdblib/command/matcher/InverseMatcher.java
org.tizen.common.sdblib/src/org/tizen/sdblib/service/FileEntryOutputStream.java [changed mode: 0644->0755]
org.tizen.common/src/org/tizen/common/util/PropertyUtil.java
org.tizen.common/test/src/org/tizen/common/util/ImageUtilTest.java