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

coverity#1327205 UwF: Unwritten field

Change-Id: I6a9b2471e488b988f70415188ddaed8ea21ab77b
üst 9d2a3acf
......@@ -81,15 +81,13 @@ public class _GraphicObjectShape extends MultiPropertyTest {
}
} ;
public Any set = null;
/**
* Property tester which returns new <code>XIndexAccess</code> object.
*/
protected PropertyTester ImapTester = new PropertyTester() {
@Override
protected Object getNewValue(String propName, Object oldValue) {
return set;
return null;
}
} ;
......
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