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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)

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

Ufuk Celebi updated FLINK-720:
------------------------------

    Assignee: Robert Metzger

> 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
>            Reporter: GitHub Import
>            Assignee: Robert Metzger
>              Labels: github-import
>             Fix For: pre-apache
>
>
> 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.2#6252)