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

coverity#1326546 Dereference before null check

Change-Id: I2f91ca0876e52a2480a2d6a3098f570b32e7d07a
üst cfc7fb91
...@@ -106,7 +106,7 @@ public class _XLayoutManager extends MultiMethodTest { ...@@ -106,7 +106,7 @@ public class _XLayoutManager extends MultiMethodTest {
Object o = xElements[i].getRealInterface(); Object o = xElements[i].getRealInterface();
log.println("Element " + i + ": " + o.toString() + " " + utils.getImplName(o)); log.println("Element " + i + ": " + o.toString() + " " + utils.getImplName(o));
} }
tRes.tested("getElements()", xElements != null); tRes.tested("getElements()", true);
} }
public void _hideElement() { public void _hideElement() {
......
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