[
https://issues.apache.org/jira/browse/SPARK-14465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Reynold Xin resolved SPARK-14465.
---------------------------------
Resolution: Fixed
Assignee: Dongjoon Hyun
Fix Version/s: 2.0.0
> Checkstyle should check all Java files.
> ---------------------------------------
>
> Key: SPARK-14465
> URL: https://issues.apache.org/jira/browse/SPARK-14465
> Project: Spark
> Issue Type: Bug
> Components: Build
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Priority: Minor
> Fix For: 2.0.0
>
>
> Currently, `checkstyle` is configured to check the files under
> `src/main/java`. However, Spark has Java files in `src/main/scala`, too.
> This issue fixes the following configuration and checkstyle violations on
> those files.
> {code:title=pom.xml|borderStyle=solid}
> -<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
> +<sourceDirectories>${basedir}/src/main/java,${basedir}/src/main/scala</sourceDirectories>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]