issues
search
openpreserve
/
jhove
File validation and characterisation.
http://jhove.openpreservation.org
Other
171
stars
79
forks
source link
FIX: Duplicate error removal issues
#841
Closed
carlwilson
closed
1 year ago
carlwilson
commented
1 year ago
error messages have no duplicates and are sorted by offset;
fixed a couple of issues with constructor calling to make message hash safe and ensure that severities are reported;
removed
Message
class constructors for consistent instantiation;
hash/equals safety tests for
Message
class; and
copied test files for issues where the number/sorting of issues has changed.
Message
class constructors for consistent instantiation;Message
class; and