[
https://issues.apache.org/jira/browse/NUMBERS-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036160#comment-17036160
]
Alex Herbert commented on NUMBERS-144:
--------------------------------------
I've updated master to fix the spotbugs configuration for the JMH module. For
now I thought it best to disable PMD for the JMH module. Adding exclusions to
the PMD exclusion file is not simple due to the limited options for bulk
exclusion of rules deliberately broken for various reasons in the benchmark
code.
I get a clean build using:
{{mvn -Pcommons-numbers-examples}}
> Rat check fails on examples module files
> ----------------------------------------
>
> Key: NUMBERS-144
> URL: https://issues.apache.org/jira/browse/NUMBERS-144
> Project: Commons Numbers
> Issue Type: Task
> Reporter: Matt Juntunen
> Priority: Trivial
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The rat check can fail due to the presence of generated files from the
> examples module. For example, the following files caused the rat check to
> fail on my machine:
> {noformat}
> commons-numbers-examples/examples-jmh/target/rat.txt
> commons-numbers-examples/examples-jmh/target/osgi/MANIFEST.MF
> commons-numbers-examples/examples-jmh/.classpath
> commons-numbers-examples/examples-jmh/.settings/org.eclipse.m2e.core.prefs
> commons-numbers-examples/examples-jmh/.settings/org.eclipse.jdt.core.prefs
>
> commons-numbers-examples/examples-jmh/.settings/org.eclipse.core.resources.prefs
> commons-numbers-examples/examples-jmh/.project
> commons-numbers-examples/.settings/org.eclipse.m2e.core.prefs
> commons-numbers-examples/.settings/org.eclipse.core.resources.prefs
> commons-numbers-examples/.project
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)