You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Chris Westin (JIRA)" <ji...@apache.org> on 2015/05/20 20:31:59 UTC

[jira] [Created] (DRILL-3154) Coding standards and code cleanup

Chris Westin created DRILL-3154:
-----------------------------------

             Summary: Coding standards and code cleanup
                 Key: DRILL-3154
                 URL: https://issues.apache.org/jira/browse/DRILL-3154
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: Chris Westin
            Assignee: Chris Westin
             Fix For: Future


This is an umbrella ticket for a number of tasks we'd like to take on wrt cleaning up the code base. This includes coming up with a little more stringent coding standard, and enforcing it via checkstyle, and getting rid of warnings, and making those cause compilation errors so that we keep them out of the code base. There are other things along the way, such as making the loggers private (already agreed to on the dev list), and making more use of AutoCloseable and Closeable to help us detect the use of resources that need to be cleaned up (an area we've seen a lot of trouble with because of the use of direct memory).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)