[
https://issues.apache.org/jira/browse/TEZ-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor updated TEZ-4656:
------------------------------
Description:
{code}
./tez-api/src/main/java/org/apache/tez/client/registry/zookeeper/ZkAMRegistryClient.java:142:
case CHILD_ADDED::9: 'case' child has incorrect indentation level 8,
expected level should be 6. [Indentation]
{code}
this where the "switch" was on position #6, and checkstyle expected the "case"
to be on #6 to, which seems crazy
> Checkstyle to not complain about "case" branches are indented more than the
> "switch" statement
> ----------------------------------------------------------------------------------------------
>
> Key: TEZ-4656
> URL: https://issues.apache.org/jira/browse/TEZ-4656
> Project: Apache Tez
> Issue Type: Improvement
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Major
> Fix For: 1.0.0
>
>
> {code}
> ./tez-api/src/main/java/org/apache/tez/client/registry/zookeeper/ZkAMRegistryClient.java:142:
> case CHILD_ADDED::9: 'case' child has incorrect indentation level 8,
> expected level should be 6. [Indentation]
> {code}
> this where the "switch" was on position #6, and checkstyle expected the
> "case" to be on #6 to, which seems crazy
--
This message was sent by Atlassian Jira
(v8.20.10#820010)