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:34:39 UTC

[jira] [Created] (REEF-1151) Remove illformed format string in TestClassHierarchyRoundTrip

Dongjoon Hyun created REEF-1151:
-----------------------------------

             Summary: Remove illformed format string 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)