Skip to content

Conversation

@doulikecookiedough
Copy link
Contributor

Summary of Changes:

  • When a NonMatchingChecksumException exception is thrown, the hexDigests calculated during the process is included as an attribute of the NonMatchingChecksumException class, and a new method getHexDigests can be called to retrieve the calculated list.

public class NonMatchingChecksumException extends IllegalArgumentException {

public NonMatchingChecksumException(String message) {
private final Map<String, String> hexDigests;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you check code to make sure if the hexDigests can be null or not?

@doulikecookiedough doulikecookiedough merged commit 6d69c68 into develop Nov 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants