You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2014/11/18 19:59:35 UTC

[jira] [Updated] (HBASE-12519) Remove tabs used as whitespace

     [ https://issues.apache.org/jira/browse/HBASE-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey updated HBASE-12519:
--------------------------------
    Labels: beginner checkstyle  (was: checkstyle)

> Remove tabs used as whitespace
> ------------------------------
>
>                 Key: HBASE-12519
>                 URL: https://issues.apache.org/jira/browse/HBASE-12519
>             Project: HBase
>          Issue Type: Task
>            Reporter: Sean Busbey
>            Priority: Minor
>              Labels: beginner, checkstyle
>
> 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)