[
https://issues.apache.org/jira/browse/FLINK-7190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16088517#comment-16088517
]
ASF GitHub Bot commented on FLINK-7190:
---------------------------------------
Github user dawidwys commented on a diff in the pull request:
https://github.com/apache/flink/pull/4343#discussion_r127579802
--- Diff: tools/maven/suppressions-java.xml ---
@@ -24,6 +24,9 @@ under the License.
<suppressions>
<suppress
- files=".*"
-
checks="NewlineAtEndOfFile|RegexpSingleline|TodoComment|RedundantImport|ImportOrder|RedundantModifier|JavadocMethod|JavadocParagraph|JavadocType|JavadocStyle|PackageName|TypeNameCheck|ConstantNameCheck|StaticVariableNameCheck|MemberNameCheck|MethodNameCheck|ParameterName|LocalFinalVariableName|LocalVariableName|LeftCurly|UpperEll|FallThrough|reliefPattern|SimplifyBooleanExpression|EmptyStatement|ModifierOrder|EmptyLineSeparator|WhitespaceAround|WhitespaceAfter|NoWhitespaceAfter|NoWhitespaceBefore|OperatorWrap|ParenPad"/>
+ files="ExecutionEnvironment\.java"
+ checks="JavadocParagraph"/>
+ <suppress
--- End diff --
In NestedMethodAnalyzer:358-362, there is an intentional fall through which
I would require a bit bigger refactoring to eliminate.
For the ExecutionEnvironment it was because we linked in javadoc to class
from a package that flink-java does not depend on. I've checked the generated
docs, and the links do not work nevertheless, so I removed the suppression and
changed `{@link` to `{@code`.
> Activate checkstyle flink-java/*
> --------------------------------
>
> Key: FLINK-7190
> URL: https://issues.apache.org/jira/browse/FLINK-7190
> Project: Flink
> Issue Type: Improvement
> Components: Build System
> Reporter: Dawid Wysakowicz
> Assignee: Dawid Wysakowicz
> Priority: Trivial
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)