Grant Henke created KUDU-2409:
---------------------------------

             Summary: Fix Java style checkers and linters
                 Key: KUDU-2409
                 URL: https://issues.apache.org/jira/browse/KUDU-2409
             Project: Kudu
          Issue Type: Improvement
    Affects Versions: 1.7.0
            Reporter: Grant Henke
            Assignee: Grant Henke


Currently our Java build supports code quality checks like checkstyle but does 
not enable them to break the build because we have too many existing issues.

This Jira is to track:
 * Fixing checkstyle issues
 * Fixing findbugs issues (change to SpotBugs?)
 * Fixing PMD issues
 * Fixing Javadoc linter issues
 * Fixing un-annotated deprecated and unsafe usages
 * Adding flags to detect/prevent the issues in the future

Note: We may also want to prevent the use of some packages/classes. For example 
we could prevent the use of "com.google.common.annotations.VisibleForTesting" 
given that Yetus is our audience interface annotation library of choice.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to