You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/10/25 17:55:19 UTC

[jira] Updated: (CASSANDRA-1234) Extraneous tabs and whitespace in code base

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

Jonathan Ellis updated CASSANDRA-1234:
--------------------------------------

    Affects Version/s:     (was: 0.6.1)
        Fix Version/s:     (was: 0.7.0)

Current plan is to do the stuff we can easily automate (bracing, whitespace) in all active branches simultaneously once we have no monster tickets like CASSANDRA-1472 or CASSANDRA-1072 outstanding, if ever.

I don't think underscore removal falls in that category since you can't just s/(\w+)_/$1/ because of the "this" problem in constructors with underscoreless parameters.

> Extraneous tabs and whitespace in code base
> -------------------------------------------
>
>                 Key: CASSANDRA-1234
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1234
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>         Environment: NA
>            Reporter: Marty Greenia
>            Priority: Trivial
>         Attachments: 0001-Remove-tabs-and-whitespace.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> There are tabs and extraneous spaces spread throughout the code that are contrary to the style guide.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.