Having just fixed [rng] for PMD I had a look at why it was fine in statistics as some of the issues are present there.

PMD in statistics is old. It uses rules that are deprecated.

I have updated to a similar ruleset to [rng] and fixed all the problems. See this PR [1].

One rule violation is this class name:

SaddlePointExpansion

It is a class copied from [math]. I've set the name to use an exclusion. However since the code has not been released we could just rename to

SaddlePointExpansionHelper
SaddlePointExpansionUtils

Alex


[1] https://github.com/apache/commons-statistics/pull/13


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to