Ticket #15 (new defect)
BZ49: Rounding errors in FuzzyDate accuracy handling
| Reported by: | harri | Owned by: | harri |
|---|---|---|---|
| Priority: | major | Milestone: | 0.6.0 |
| Component: | imginfo | Version: | |
| Keywords: | Cc: | ||
| Test Case Result: |
Description
FuzzyDate? accuracies are often converted between long & float, this creates rounding errors (e.g. FuzzyDate?.parse( "2005" ) would create an object with accuracy which is several milliseconds too long. Current workaround is that the accuracu is truncated - correct solution would be to convert the whole accuracy field into milliseconds.
Change History
Note: See
TracTickets for help on using
tickets.
