Kaydet (Commit) 86d27536 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1326553 Dereference before null check

Change-Id: I1fe2e0477f136f31b854672878d0544d9492d51b
üst f8ce21a3
......@@ -694,7 +694,7 @@ public class ParcelContainer implements XNameAccess {
LogUtils.DEBUG("** parcelName = " + parsedUri.parcel);
}
if (parsedUri.function != null && (parsedUri.function.length() > 0)) {
if (parsedUri.function.length() > 0) {
// strip out parcel name
parsedUri.function =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment