What do you do when your "svn stat | wc -l" returns "66", and you have fixes for 6 of your 7 open bugs? I'd like to check in, but I've also done some local rearranging:
colt's got DoubleDoubleFunction, we have BinaryFunction. colt's got DoubleFunction, we have UnaryFunction. Same exact interface signatures. Obviously must be merged cleanly (done locally <check!>, took some fancy intellij-foo [not really]). Both of these belong pushed down into o.a.m.math.function, as does all the bunch of implementations that live in o.a.m.math.jet.math.Functions (done locally <check!>)... Should I go through the trouble of pulling apart all these checkins, or can I just add a wad of new unit tests, and make sure everything passes? Y'all trust me? :) -jake