Hi. A discuss happened about whether we should consider about doing *deprecate in 3.x&remove in 4.x *upon class *Fraction* in commons-lang, and let user use class *Fraction* in commons-number instead.
These two class have some different, but not quite much. The discuss happened at https://issues.apache.org/jira/browse/LANG-1601 I've finished porting all interfaces to commons-math, but only the interfaces, some of the inner logics are not same, so quite some tests ported are being revalued / remaked. But for most use-cases, it should be very easy for a user to use commons-numbers's Fraction to replace that in commons-lang. I want to know your ideas.