Hi.

Following issue MATH-838, the "probability(double)" method was moved up to
the base class "AbstractRealDistribution". Following MATH-839, a new
"probabibility(double, double)" has been created. That method is overridden
in "NormalDistribution" and "LogNormalDistribution".
Clirr now considers that, in those classes, method "probabibility" has
changed signature, but this not true since both (overloaded) methods (with
one and two arguments) exist: the one-arg is inherited and the two-args is
overridden.

Isn't Clirr's assessment (that backwards compatiblity is broken) wrong?


Regards,
Gilles

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

Reply via email to