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

        

Reply via email to