coverity#1326446 Dereference null return value
Change-Id: I18b3e0cc30e05e9a53a0f7ae9997b9f190f192f4
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user