[
https://issues.apache.org/jira/browse/FLINK-720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15572652#comment-15572652
]
Greg Hogan commented on FLINK-720:
----------------------------------
Are we still looking to add this check?
> 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.3.4#6332)