DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29294>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29294 [lang][PATCH] lang.math.Fraction class deficiencies ------- Additional Comments From [EMAIL PROTECTED] 2004-06-02 21:26 ------- Note that attachment #11700 already split the FractionTest class into two pieces: FractionTest tests the deprecated backwards-compatible interface, and FractionTest2 tests the 'new style' preferred interface. Accordingly, FractionTest still uses the old divideBy() and multiplyBy() method names, while FractionTest2 tests the new divide() and multiply() names. BigFraction just uses the new names, as there is no need for backwards-compatibility cruft there. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
