You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Lars Francke (JIRA)" <ji...@apache.org> on 2014/08/06 00:53:12 UTC

[jira] [Created] (HIVE-7622) Semi-automated cleanup of code

Lars Francke created HIVE-7622:
----------------------------------

             Summary: Semi-automated cleanup of code
                 Key: HIVE-7622
                 URL: https://issues.apache.org/jira/browse/HIVE-7622
             Project: Hive
          Issue Type: Improvement
            Reporter: Lars Francke
            Priority: Minor


This patch fixes the following issues across the whole Hive codebase. I realize it's huge but these are all things that slipped through past reviews and pop up in Checkstyle, SonarQube, IDEs, etc.:

* Remove redundant modifiers (e.g. {{public}} modifiers in interfaces)
* Converts all tabs to spaces
* Removes all redundant semicolons
* Minor issues



--
This message was sent by Atlassian JIRA
(v6.2#6252)