You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Mike Walch (JIRA)" <ji...@apache.org> on 2015/05/04 23:20:05 UTC

[jira] [Created] (ACCUMULO-3771) Configure automatic java code style formatting

Mike Walch created ACCUMULO-3771:
------------------------------------

             Summary: Configure automatic java code style formatting 
                 Key: ACCUMULO-3771
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3771
             Project: Accumulo
          Issue Type: Task
    Affects Versions: 1.8.0
            Reporter: Mike Walch
            Priority: Minor
             Fix For: 1.8.0


I configured automatic Java style formatting for Fluo in [FLUO-479|https://github.com/fluo-io/fluo/issues/479].  This was done using the maven-java-formatter-plugin which formats all Java classes on every build according to a specified Eclipse style configuration file.  This has worked well for Fluo so Christopher Tubbs asked me to create a patch for Accumulo.  

This patch will be composed of two commits.  The first commit will be the configuration for the plugin.   The second commit will be all changes to Java classes after the plugin is run.

While auto-formatting has been a nice addition for Fluo, it does require a lot of changes to the code initially.  If you are unhappy with this change, feel free to object...



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