Uploaded image for project: 'REEF (Retired)'
  1. REEF (Retired)
  2. REEF-1151

Remove illformed `String.format` usage in TestClassHierarchyRoundTrip

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 0.14
    • Tang
    • None

    Description

      This issue fixes the following illformed String.format usage.

      -      Assert.fail(String.format("IOException when serialize/deserialize the ClassHierarchy", e));
      +      e.printStackTrace();
      +      Assert.fail("IOException when serialize/deserialize the ClassHierarchy");
      

      Attachments

        Issue Links

          Activity

            People

              dongjoon Dongjoon Hyun
              dongjoon Dongjoon Hyun
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: