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
- links to