You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/09/02 01:17:08 UTC

[jira] Updated: (MPJALOPY-3) Jalopy should match checkstyle

The following issue has been updated:

    Updater: Archimedes Trajano (mailto:trajano@yahoo.com)
       Date: Wed, 1 Sep 2004 7:16 PM
    Comment:
Patched to fix checkstyle formatting issues.  (Updated documentation as well)
    Changes:
             Attachment changed to checkstyle.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJALOPY-3?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJALOPY-3

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJALOPY-3
    Summary: Jalopy should match checkstyle
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-jalopy-plugin

   Assignee: Emmanuel Venisse
   Reporter: Archimedes Trajano

    Created: Tue, 10 Feb 2004 2:34 PM
    Updated: Wed, 1 Sep 2004 7:16 PM

Description:
Jalopy does not format the code the same way as checkstyle.

One of the problems I have noticed is checkstyle flags

if (...)
{
}

is an error.  It is expecting

if (...) {
}


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org