Re: [GSoC][Commons][Statistics][Descriptive] PMD violation : Avoid short class names like Mean

2019-07-13 Thread Virendra singh Rajpurohit
Hi Alex, Thanks for the solution. It worked for me. I added a violationSuppressXPath for ShortClassName. I found one more solution to it. We can add "@SuppressWarnings("PMD.ShortClassName")" Annotation in the class. I thought to mention this in mail. It can be helpful to someone else who has the s

Re: [GSoC][Commons][Statistics][Descriptive] PMD violation : Avoid short class names like Mean

2019-07-13 Thread Alex Herbert
> On 13 Jul 2019, at 21:31, Virendra singh Rajpurohit > wrote: > > Hi All, > I'm working on "Commons-Statistics-descriptive". While developing project > with public Mean, Variance & StandardDeviation classes, my project BUILD > FAILED because of PMD violation for short Class name "Mean". Hel

[GSoC][Commons][Statistics][Descriptive] PMD violation : Avoid short class names like Mean

2019-07-13 Thread Virendra singh Rajpurohit
Hi All, I'm working on "Commons-Statistics-descriptive". While developing project with public Mean, Variance & StandardDeviation classes, my project BUILD FAILED because of PMD violation for short Class name "Mean". Help me with it. Also,Commons-Maths had a class "Mean", so it should work. Don't kn