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

coverity#1326728 USELESS_STRING: Useless/non-informative string generated

Change-Id: I264d7d89f0f8a420d04081541bf0a8a4708c9b58
üst a97b102e
......@@ -43,11 +43,9 @@ public class _XTypeProvider extends MultiMethodTest {
* Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _getImplementationId() {
boolean result = true;
log.println("testing getImplementationId() ... ");
log.println("The ImplementationId is "+oObj.getImplementationId());
result = true;
boolean result = oObj.getImplementationId().length > 0;
tRes.tested("getImplementationId()", result);
......
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