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

#361 Fix containsEntry #364

Merged
merged 6 commits into from
May 23, 2021
Merged

#361 Fix containsEntry #364

merged 6 commits into from
May 23, 2021

Conversation

lukas-krecan
Copy link
Owner

No description provided.


@NotNull
@SuppressWarnings("unchecked")
private Entry<? extends String, ?>[] wrap(Entry<? extends String, ?>[] entries) {
Copy link

Choose a reason for hiding this comment

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

UnusedMethod: Private method 'wrap' is never used.
(at-me in a reply with help or ignore)

}

@NotNull
private List<Entry<? extends String, ?>> entriesNotFoundInMap(Entry<? extends String, ?>[] expected, Map<String, Object> map) {
Copy link

Choose a reason for hiding this comment

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

UnusedVariable: The parameter 'map' is never read.
(at-me in a reply with help or ignore)

return map.entrySet().toArray(new Entry[0]);
}

private Entry<? extends String, ?> wrapEntry(Entry<? extends String, ?> entry) {
Copy link

Choose a reason for hiding this comment

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

UnusedMethod: Private method 'wrapEntry' is never used.
(at-me in a reply with help or ignore)

@lukas-krecan lukas-krecan merged commit a51256a into master May 23, 2021
@lukas-krecan lukas-krecan deleted the fix-contains branch May 23, 2021 19:15
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.

1 participant