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

coverity#1326227 Dereference after null check

Change-Id: I9cf946c24ad867ce5f2a2a476dbd1d9df473c1aa
üst 28c6c191
......@@ -101,7 +101,6 @@ public class _XUIConfigurationManager extends MultiMethodTest {
boolean result = true;
try {
mxMenuBarSettings = oObj.getSettings(msResourceUrl, true);
result = mxMenuBarSettings != null;
for (int i=0; i<mxMenuBarSettings.getCount(); i++) {
Object[] o = (Object[])mxMenuBarSettings.getByIndex(i);
log.println("+++++++++ i = " + i);
......
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