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

László Bodor commented on TEZ-4656:
-----------------------------------

merged to master, thanks [~ayushtkn] for the review!

> 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
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {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)

Reply via email to