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

coverity#1326446 Dereference null return value

Change-Id: I18b3e0cc30e05e9a53a0f7ae9997b9f190f192f4
üst cd75c25b
......@@ -144,7 +144,7 @@ public class ParcelContainer implements XNameAccess {
}
String location =
ScriptMetaData.getLocationPlaceHolder(c.containerUrl, c.getName());
ScriptMetaData.getLocationPlaceHolder(c.containerUrl, name);
if (key.equals(location)) {
result = c;
......
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