Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
2.0-alpha-1
-
None
-
None
-
trunk
-
Patch
Description
For instance, with the old codestyle (rev 397213), the Eclipse formatter formats like this:
public class SiteRunMojo extends AbstractSiteRenderingMojo
With the new one (rev 431101), we have
public class SiteRunMojo extends AbstractSiteRenderingMojo
Other problems exist.