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

coverity#1326296 Dereference after null check

Change-Id: I0438dba50a9842e67ebeef872e27e6006871020f
üst 36a764e7
......@@ -86,9 +86,6 @@ public class _XIsolatedConnection extends MultiMethodTest {
String user = null;
String pwd = null;
if (userSettings == null) {
log.println("Required object relation not found !") ;
}
if (userSettings[0] != null)
user = userSettings[0].equals("")?"<empty>":userSettings[0];
......
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