Ticket #15 (new defect)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by harri

  • milestone set to 0.4.0

This needs database schema change, not a show stopper

Changed 2 years ago by harri

  • milestone changed from 0.4.0 to 0.5.0

Correct at the same time as PhotoInfo? in general is refactored.

Note: See TracTickets for help on using tickets.