You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/04/06 19:13:41 UTC

[jira] [Closed] (FLINK-720) Forbid catching exceptions only with "e.printStackTrace()" using Checkstyle

     [ https://issues.apache.org/jira/browse/FLINK-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-720.
----------------------------------
    Resolution: Won't Fix

> Forbid catching exceptions only with "e.printStackTrace()" using Checkstyle
> ---------------------------------------------------------------------------
>
>                 Key: FLINK-720
>                 URL: https://issues.apache.org/jira/browse/FLINK-720
>             Project: Flink
>          Issue Type: Improvement
>          Components: Build System
>            Reporter: GitHub Import
>            Assignee: Robert Metzger
>              Labels: github-import
>
> Once https://github.com/stratosphere/stratosphere/issues/596 is merged, I would like to forbid statements like:
> ```java
> } catch (InterruptedException e) {
> 	e.printStackTrace();
> }
> ```
> ---------------- Imported from GitHub ----------------
> Url: https://github.com/stratosphere/stratosphere/issues/720
> Created by: [rmetzger|https://github.com/rmetzger]
> Labels: enhancement, 
> Created at: Fri Apr 25 11:28:22 CEST 2014
> State: open



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)