[
https://issues.apache.org/jira/browse/HBASE-20911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16809517#comment-16809517
]
Hudson commented on HBASE-20911:
--------------------------------
Results for branch branch-1.3
[build #708 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-1.3/708/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1.3/708//General_Nightly_Build_Report/]
(x) {color:red}-1 jdk7 checks{color}
-- For more information [see jdk7
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1.3/708//JDK7_Nightly_Build_Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1.3/708//JDK8_Nightly_Build_Report_(Hadoop2)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
> correct Swtich/case indentation in formatter template for eclipse
> -----------------------------------------------------------------
>
> Key: HBASE-20911
> URL: https://issues.apache.org/jira/browse/HBASE-20911
> Project: HBase
> Issue Type: Bug
> Reporter: Ankit Singhal
> Assignee: Ankit Singhal
> Priority: Major
> Fix For: 3.0.0, 1.4.10, 1.3.4, 2.3.0, 1.5.1, 1.2.12, 2.2.1
>
> Attachments: HBASE-20911.patch, HBASE-20911_v1.patch
>
>
> Making it consistent with our checkstyle requirments.
> {code}
> <module name="Indentation">
> <property name="basicOffset" value="2"/>
> *<property name="caseIndent" value="2"/>*
> <property name="throwsIndent" value="2"/>
> <property name="arrayInitIndent" value="2"/>
> <property name="lineWrappingIndentation" value="2"/>
> </module>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)