You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2016/01/25 22:36:39 UTC

[jira] [Updated] (REEF-1151) Remove illformed `String.format` usage in TestClassHierarchyRoundTrip

     [ https://issues.apache.org/jira/browse/REEF-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun updated REEF-1151:
--------------------------------
    Summary: Remove illformed `String.format` usage in TestClassHierarchyRoundTrip  (was: Remove illformed format string in TestClassHierarchyRoundTrip)

> Remove illformed `String.format` usage in TestClassHierarchyRoundTrip
> ---------------------------------------------------------------------
>
>                 Key: REEF-1151
>                 URL: https://issues.apache.org/jira/browse/REEF-1151
>             Project: REEF
>          Issue Type: Bug
>          Components: Tang
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Trivial
>
> This issue fixes the following illformed String.format usage.
> {code}
> -      Assert.fail(String.format("IOException when serialize/deserialize the ClassHierarchy", e));
> +      e.printStackTrace();
> +      Assert.fail("IOException when serialize/deserialize the ClassHierarchy");
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)