Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-3378

Sync maven-eclipse-codestyle with maven_checks

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.0.8
    • None
    • IDEs
    • None
    • Patch

    Description

      The current codestyle for Eclipse violates the checks configured for Checkstyle. The maven_checks.xml uses

      <module name="OperatorWrap"/>
      

      with the default value "nl" to have the operator on a new line but the maven-eclipse-codestyle.xml uses

      <setting id="org.eclipse.jdt.core.formatter.wrap_before_binary_operator" value="false"/>
      

      causing the operator to be trailing on the wrapped line.

      Attachments

        1. maven-eclipse-codestyle.patch
          1 kB
          Benjamin Bentmann

        Activity

          People

            siveton Siveton Vincent
            bentmann Benjamin Bentmann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: