[
https://issues.apache.org/jira/browse/HIVE-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach updated HIVE-1081:
---------------------------------
Release Note: (was: HIVE-1081. Automated source code cleanup - Part 3 -
ql. (Carl Steinbach via zshao))
> Automated source code cleanup
> -----------------------------
>
> Key: HIVE-1081
> URL: https://issues.apache.org/jira/browse/HIVE-1081
> Project: Hive
> Issue Type: Task
> Reporter: Carl Steinbach
> Assignee: Carl Steinbach
> Fix For: 0.6.0
>
> Attachments: cleanup-cli.patch, cleanup-common.patch,
> cleanup-contrib-test.patch, cleanup-contrib.patch, cleanup-hwi-test.patch,
> cleanup-hwi.patch, cleanup-jdbc-test.patch, cleanup-jdbc.patch,
> cleanup-metastore-test.patch, cleanup-metastore.patch, cleanup-ql-test.patch,
> cleanup-ql.2.patch, cleanup-ql.patch, cleanup-serde-test.patch,
> cleanup-serde.patch, cleanup-service-test.patch, cleanup-service.patch
>
>
> Reduce the number of Checkstyle violations by applying Eclipse's automated
> cleanup
> tools to the Hive code base:
> * Correct indentation
> * Remove trailing white spaces on all lines
> * Format source code
> * Organize imports
> * Remove unnecessary casts
> * Add missing '@Deprecated' annotations
> * Add missing '@Override' annotations
> * Remove unused
> ** local variables
> ** private fields
> ** private types
> ** private constructors
> ** private methods
> ** imports
> * Add final modifier to
> ** local variables (if applicable)
> ** private fields (if applicable)
> * Convert for loops to enhanced for loops
> * Convert control statement bodies to block
> * Remove 'this' qualifier for non-static method accesses.
> * Remove 'this' qualifier for non-static field accesses.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.