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

coverity#1326563 Dereference before null check

Change-Id: I198f6a0ee1070b5aec475d55de437d7c9f5b281c
üst 4e6f348e
...@@ -44,7 +44,7 @@ public class _XEventsSupplier extends MultiMethodTest { ...@@ -44,7 +44,7 @@ public class _XEventsSupplier extends MultiMethodTest {
XNameReplace xNR = oObj.getEvents(); XNameReplace xNR = oObj.getEvents();
xNR.getElementNames(); xNR.getElementNames();
tRes.tested("getEvents()",xNR != null); tRes.tested("getEvents()", true);
} }
} // finish class _XEventSupplier } // finish class _XEventSupplier
......
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