You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2008/02/07 04:14:28 UTC

[jira] Closed: (MNG-3378) Sync maven-eclipse-codestyle with maven_checks

     [ http://jira.codehaus.org/browse/MNG-3378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed MNG-3378.
--------------------------------

      Assignee: Vincent Siveton
    Resolution: Fixed

Applied. Thanks!

> Sync maven-eclipse-codestyle with maven_checks
> ----------------------------------------------
>
>                 Key: MNG-3378
>                 URL: http://jira.codehaus.org/browse/MNG-3378
>             Project: Maven 2
>          Issue Type: Task
>          Components: IDEs
>    Affects Versions: 2.0.8
>            Reporter: Benjamin Bentmann
>            Assignee: Vincent Siveton
>            Priority: Trivial
>         Attachments: maven-eclipse-codestyle.patch
>
>
> The current codestyle for Eclipse violates the checks configured for Checkstyle. The maven_checks.xml uses
> {noformat}
> <module name="OperatorWrap"/>
> {noformat}
> with the default value "nl" to have the operator on a new line but the maven-eclipse-codestyle.xml uses
> {noformat}
> <setting id="org.eclipse.jdt.core.formatter.wrap_before_binary_operator" value="false"/>
> {noformat}
> causing the operator to be trailing on the wrapped line.

-- 
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