Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#465 Fix array assertions #467

Merged
merged 1 commit into from Feb 3, 2022
Merged

#465 Fix array assertions #467

merged 1 commit into from Feb 3, 2022

Conversation

lukas-krecan
Copy link
Owner

No description provided.


@NotNull
private JsonObjectAssert compare(@Nullable Object other, @NotNull Configuration configuration) {
describedAs(null);
Copy link

Choose a reason for hiding this comment

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

CheckReturnValue: Ignored return value of 'describedAs', which is annotated with @CheckReturnValue (details)
(at-me in a reply with help or ignore)

super(actual, JsonObjectAssert.class);
this.path = path;
this.configuration = configuration;
usingComparator(new JsonComparator(configuration, path.asPrefix(), true));
Copy link

Choose a reason for hiding this comment

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

CheckReturnValue: Ignored return value of 'usingComparator', which is annotated with @CheckReturnValue (details)
(at-me in a reply with help or ignore)

@lukas-krecan lukas-krecan merged commit 60eed61 into master Feb 3, 2022
@lukas-krecan lukas-krecan deleted the fix-list-assert branch February 3, 2022 19:39
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.

None yet

1 participant