On 8 August 2012 13:55, Gilles Sadowski <[email protected]> wrote: > 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? >
It's easy enough to create a test class to check this. Compile against previous version of MATH and see if class still runs with current MATH. > > Regards, > Gilles > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
