[
https://issues.apache.org/jira/browse/HBASE-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-12519:
--------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
I applied to master. Make a new patch for branch-1 (it does not cherry-pick
cleanly). Thanks for the patch [~varun_saxena] Resolving for now. If a
branch-1 patch comes in soon, I'll apply it else make new issue for backport.
> Remove tabs used as whitespace
> ------------------------------
>
> Key: HBASE-12519
> URL: https://issues.apache.org/jira/browse/HBASE-12519
> Project: HBase
> Issue Type: Sub-task
> Affects Versions: 1.0.0
> Reporter: Sean Busbey
> Assignee: Varun Saxena
> Priority: Minor
> Labels: beginner, checkstyle
> Fix For: 2.0.0
>
> Attachments: HBASE-12519.patch
>
>
> We have a number of files with tabs for whitespace. Our style guide and our
> checkstyle settings don't allow them, so clean them up.
> Doing this in a dedicate patch should make dealing with the churn easier,
> since ignoring whitespace changes will make the patch appear empty.
> To get a list of files:
> {code}
> grep -rl -e "\t" */src/ | grep java$
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)