You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Kevin Brown (JIRA)" <ji...@apache.org> on 2008/06/06 09:18:45 UTC

[jira] Created: (SHINDIG-350) Style cleanup

Style cleanup
-------------

                 Key: SHINDIG-350
                 URL: https://issues.apache.org/jira/browse/SHINDIG-350
             Project: Shindig
          Issue Type: Improvement
          Components: Common Components (Java), Gadget Rendering Server (Java), RESTful API (Java)
            Reporter: Kevin Brown


There are several style issues in the current java code base, some more important than others.

Our style guide is here: http://cwiki.apache.org/SHINDIGxSITE/java-style.html

Some of these items might need to be adjusted (the 80 column  rule has been violated enough that it's probably not worth keeping; 100 columns might be a better option since it looks like everything fits that mold). Others need to be better enforced.

Of larger concern are the lack of tests in several key areas, and lack of documentation on some public interfaces.

As new patches are applied, it's important to keep the quality of the Shindig code base high by making sure that we're following a consistent, well-reasoned style guide. 

Please try to keep any style fixes as separate patches. New patches should strive for compliance with the style guide as much as possible. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.