From issues-return-30875-archive-asf-public=cust-asf.ponee.io@geode.apache.org Wed Feb 7 01:22:08 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 8F700180657 for ; Wed, 7 Feb 2018 01:22:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7E2F4160C45; Wed, 7 Feb 2018 00:22:08 +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 C5845160C46 for ; Wed, 7 Feb 2018 01:22:07 +0100 (CET) Received: (qmail 13254 invoked by uid 500); 7 Feb 2018 00:22:07 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 13245 invoked by uid 99); 7 Feb 2018 00:22:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2018 00:22:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 5CAF61A08E1 for ; Wed, 7 Feb 2018 00:22:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -101.511 X-Spam-Level: X-Spam-Status: No, score=-101.511 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id vZT1bYgIZZS7 for ; Wed, 7 Feb 2018 00:22:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 01EB75F11F for ; Wed, 7 Feb 2018 00:22:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 768B8E023D for ; Wed, 7 Feb 2018 00:22:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 076D724102 for ; Wed, 7 Feb 2018 00:22:01 +0000 (UTC) Date: Wed, 7 Feb 2018 00:22:01 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-4392) Code Cleanup: Remove catch blocks that immediate rethrow the caught exception. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GEODE-4392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16354779#comment-16354779 ] ASF subversion and git services commented on GEODE-4392: -------------------------------------------------------- Commit 2ebd5b027afa45278e7be93fbad74827fdae228d in geode's branch refs/heads/develop from [~prhomberg] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=2ebd5b0 ] GEODE-4392: Remove catch blocks that immediately rethrow the caught exception. (#1385) * Optimized imports in touched files. * Removed some commented-out code, inlined some few variables. > Code Cleanup: Remove catch blocks that immediate rethrow the caught exception. > ------------------------------------------------------------------------------ > > Key: GEODE-4392 > URL: https://issues.apache.org/jira/browse/GEODE-4392 > Project: Geode > Issue Type: Task > Reporter: Patrick Rhomberg > Assignee: Patrick Rhomberg > Priority: Trivial > Labels: pull-request-available > Time Spent: 50m > Remaining Estimate: 0h > > Excepting, of course, any catch blocks that act as a prioritization for throwing certain types of exceptions while suppressing a more general type. -- This message was sent by Atlassian JIRA (v7.6.3#76005)