[ http://jira.codehaus.org/browse/MNG-2522?page=comments#action_73204 ]
Kenney Westerhof commented on MNG-2522:
---------------------------------------
Using the current version of the codestyle from svn it renders correctly as
public class Something
extends SomethingElse
implements SomeInterface
{
}
(using 3.2-M7)
> 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
>
>
> 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