[ http://jira.codehaus.org/browse/MNG-2522?page=comments#action_73211 ] 
            
Vincent Siveton commented on MNG-2522:
--------------------------------------

Weird... I have just tried with several Eclipse 3.2 distribution (not found M7) 
and the codestyle  (rev434493) was not rendered properly.

{noformat}
public class Something extends SomethingElse implements SomeInterface
{
}
{noformat}

Tested on:
S-3.2M6-200603312000/       03-Apr-2006 13:29
R-3.2-200606291905/         11-Jul-2006 13:02
S-3.2RC7-200606021317/      09-Jun-2006 12:52
S-3.2M5-200602171115/       17-Feb-2006 17:37

(http://mirror.uta.edu/eclipse/eclipse/downloads/drops/)

> 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
>         Attachments: MNG-2522.patch, test-codestyle.zip
>
>
> 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