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

coverity#1326555 Dereference before null check

Change-Id: If684189efc0ebba70c283f18ee8bd95b63be3557
üst fcbddc2a
......@@ -94,7 +94,7 @@ public class _XReplaceable extends MultiMethodTest {
Rdesc = oObj.createReplaceDescriptor();
Rdesc.setSearchString(mSearchString);
Rdesc.setReplaceString(mReplaceString);
tRes.tested("createReplaceDescriptor()", Rdesc != null);
tRes.tested("createReplaceDescriptor()", 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