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
> 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
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