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

coverity#1326556 Dereference before null check

Change-Id: I250a03387dd714d844019b363e3be1f2e2ed6a20
üst 0e3e4ca5
...@@ -115,8 +115,7 @@ public class _XTextRange extends MultiMethodTest { ...@@ -115,8 +115,7 @@ public class _XTextRange extends MultiMethodTest {
log.println("End: "+exp); log.println("End: "+exp);
tRes.tested( "getEnd()", oEndRange != null && tRes.tested( "getEnd()", exp.endsWith("End"));
exp.endsWith("End"));
oEndRange.setString(""); oEndRange.setString("");
} }
......
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