Regression for the Eclipse codestyle
------------------------------------

                 Key: MNG-2522
                 URL: http://jira.codehaus.org/browse/MNG-2522
             Project: Maven 2
          Issue Type: Bug
          Components: Documentation: Guides, IDEs
    Affects Versions: 2.1
         Environment: trunk
            Reporter: Vincent Siveton


For instance, with the old codestyle (rev 397213), the Eclipse formatter 
formats like this:

{noformat}
public class SiteRunMojo
    extends AbstractSiteRenderingMojo
{noformat}

With the new one (rev 431101), we have

{noformat}
public class SiteRunMojo extends AbstractSiteRenderingMojo
{noformat}

Other problems exist.


-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to