Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9169F200CC9 for ; Mon, 17 Jul 2017 19:21:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8FBB116539A; Mon, 17 Jul 2017 17:21:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 08ACF165395 for ; Mon, 17 Jul 2017 19:21:56 +0200 (CEST) Received: (qmail 42953 invoked by uid 500); 17 Jul 2017 17:21:55 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 42942 invoked by uid 99); 17 Jul 2017 17:21:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2017 17:21:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 94177E382F; Mon, 17 Jul 2017 17:21:55 +0000 (UTC) From: TheRealHaui To: dev@commons.apache.org Reply-To: dev@commons.apache.org References: In-Reply-To: Subject: [GitHub] commons-imaging pull request #27: Increase code coverage one Content-Type: text/plain Message-Id: <20170717172155.94177E382F@git1-us-west.apache.org> Date: Mon, 17 Jul 2017 17:21:55 +0000 (UTC) archived-at: Mon, 17 Jul 2017 17:21:57 -0000 Github user TheRealHaui commented on a diff in the pull request: https://github.com/apache/commons-imaging/pull/27#discussion_r127768831 --- Diff: src/test/java/org/apache/commons/imaging/common/bytesource/ByteSourceTest.java --- @@ -66,6 +64,22 @@ protected File createTempFile(final byte src[]) throws IOException { } final byte longArray[] = (baos.toByteArray()); - return new byte[][] { emptyArray, single, simple, zeroes, longArray, }; + return new byte[][]{emptyArray, single, simple, zeroes, longArray,}; + } + + @Test --- End diff -- Yes, I know. However, for what reason ever I experienced a lot of people preferring the try/catch notation over the annotation approach. That's why I write/wrote it this way. In the hope to have to rewrite as less code in the end as possible. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org