You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
ScannableFingerprint comparison used to throw a FingerprintIdentifierMismatchException in cases of mismatch. It now just returns a boolean that indicates whether or not the fingerprints matched. I don't think the unit tests were ever updated to handle this change. As such, I now get the following build errors when trying to build NumericFingerprintGeneratorTest:
Error:(108, 7) error: exception FingerprintIdentifierMismatchException is never thrown in body of corresponding try statement
Error:(115, 7) error: exception FingerprintIdentifierMismatchException is never thrown in body of corresponding try statement
The text was updated successfully, but these errors were encountered:
ScannableFingerprint comparison used to throw a FingerprintIdentifierMismatchException in cases of mismatch. It now just returns a boolean that indicates whether or not the fingerprints matched. I don't think the unit tests were ever updated to handle this change. As such, I now get the following build errors when trying to build NumericFingerprintGeneratorTest:
Error:(108, 7) error: exception FingerprintIdentifierMismatchException is never thrown in body of corresponding try statement
Error:(115, 7) error: exception FingerprintIdentifierMismatchException is never thrown in body of corresponding try statement
The text was updated successfully, but these errors were encountered: