Extraneous exception Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/511bba12 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/511bba12 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/511bba12
Branch: refs/heads/master Commit: 511bba1249f0bd168ec05d700e14f24110a630f2 Parents: fd7fdd3 Author: Gintas Grigelionis <[email protected]> Authored: Wed Mar 14 09:00:20 2018 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Wed Mar 14 09:00:20 2018 +0100 ---------------------------------------------------------------------- .../test/java/org/apache/ivyde/common/model/IvyFileUtilTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/511bba12/org.apache.ivyde.eclipse/test/java/org/apache/ivyde/common/model/IvyFileUtilTest.java ---------------------------------------------------------------------- diff --git a/org.apache.ivyde.eclipse/test/java/org/apache/ivyde/common/model/IvyFileUtilTest.java b/org.apache.ivyde.eclipse/test/java/org/apache/ivyde/common/model/IvyFileUtilTest.java index a0a6054..438e749 100644 --- a/org.apache.ivyde.eclipse/test/java/org/apache/ivyde/common/model/IvyFileUtilTest.java +++ b/org.apache.ivyde.eclipse/test/java/org/apache/ivyde/common/model/IvyFileUtilTest.java @@ -34,7 +34,7 @@ public class IvyFileUtilTest { private static String hibContentStr; @BeforeClass - public static void setUp() throws IOException { + public static void setUp() { try (RandomAccessFile accessFile = new RandomAccessFile(IvyFileUtilTest.class.getResource( "/ivy-hibernate.xml").getFile(), "r")) { byte[] content = new byte[(int) accessFile.length()];
