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/05/25 08:27:04 UTC

[jira] [Commented] (FLINK-6716) Suppress load errors in checkstyle JavadocMethod

    [ https://issues.apache.org/jira/browse/FLINK-6716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16024389#comment-16024389 ] 

Chesnay Schepler commented on FLINK-6716:
-----------------------------------------

I only had this problem when multiple exceptions where defined in a single {{@throws}} block, as in {{@throw Exception1, Exception2}}, regardless of whether the are custom or not.

> Suppress load errors in checkstyle JavadocMethod
> ------------------------------------------------
>
>                 Key: FLINK-6716
>                 URL: https://issues.apache.org/jira/browse/FLINK-6716
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Dawid Wysakowicz
>            Assignee: Dawid Wysakowicz
>
> There occurs problems when adding {{@throws}} tag to Javadoc with a custom {{Exception}} as in {{flink-cep/Pattern:299}}.
> I think if we add suppression of load errors to {{strict-checkstyle.xml}} we will not loose any real value and it is the only way I could find to resolve the issue.



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