Better formatting consistency for the Droids codebase
------------------------------------------------------
Key: DROIDS-123
URL: https://issues.apache.org/jira/browse/DROIDS-123
Project: Droids
Issue Type: Improvement
Components: core
Affects Versions: 0.0.2
Reporter: Eugen Paraschiv
Fix For: 0.0.2
There is a severe lack of consistency regarding formatting in the codebase.
Example - SimpleTaskQueue - even in the same class, there are cases where the
opening braces are on the same line as the method signature:
public T next() {
and cases where they are not:
public void clear()
{
A very simple solution for this is using the standard Eclipse (or Sun)
formatter to provide a level of consistency.
A better solution is to commit a formatter along with the code (as it is
standard practice).
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira