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

coverity#1326554 Dereference before null check

Change-Id: Ib17eb78f4790880945a82ecff54d94528993bb22
üst 20c0ba17
......@@ -96,7 +96,7 @@ public class _XSearchable extends MultiMethodTest {
Sdesc = oObj.createSearchDescriptor();
Sdesc.setSearchString(mSearchString);
tRes.tested("createSearchDescriptor()", Sdesc != null);
tRes.tested("createSearchDescriptor()", true);
}
......
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