XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.2.0
    • None
    • checkstyle:check
    • None

    Description

      I thought I could achieve https://issues.apache.org/jira/projects/MCHECKSTYLE/issues/MCHECKSTYLE-412 using includes

       

      <configuration>
        <configLocation>${build.root}/checkstyle.xml</configLocation>
        <includes>src\/**\/*.java</includes>
      </configuration> 

      but I dont get any violations. Neither with any of

      <includes>src/**/*.java</includes>
      <includes>**/src/**/*.java</includes>
      <includes>**\/src\/**\/*.java</includes>

      I get 69 violations (files in src and target) using

       

      <configuration>
        <configLocation>${build.root}/checkstyle.xml</configLocation>
        <includes>**\/*.java</includes>
      </configuration> 

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            delany Delany
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: