Please open a JIRA for this and mark it as 0.1
On Oct 21, 2008, at 8:37 AM, Sean Owen wrote:
Per the last email thread I have prepared a doozy of a change list
that will, among other things, convert us to use doubles. The tests
still pass, amazingly. I think however it will break a patch or two if
you have outstanding changes. If you want me to wait for a patch to be
submitted (so then the burden of merging is on me, which is OK) let me
know.
A couple other notes:
XMLInputFormat -- I think there was a type problem here that the
@SuppressWarnings("unchecked") was covering up. It was returning a
RecorderReader with incompatible key/value types. I think it is
correct to change that.
Double.MIN_VALUE: I fixed this issue I mentioned since the intention
in all cases seems clear and wasn't quite what the code was doing.
I left many "TODO srowen ..." comments in the code where some bit of
code looks like it's maybe superfluous but i didn't know for sure. Do
a search and have a look and address them as you see fit.