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

#56 : API: Custom converter ByteSize #105

Merged
merged 2 commits into from
May 13, 2021
Merged

Conversation

Gmugra
Copy link
Owner

@Gmugra Gmugra commented May 13, 2021

No description provided.

return value.toString() + " " + unit.toStringShortForm();
}

@Override public boolean equals(Object o) {
Copy link

Choose a reason for hiding this comment

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

EqualsGetClass: Overriding Object#equals in a non-final class by using getClass rather than instanceof breaks substitutability of subclasses.
(at-me in a reply with help or ignore)

@lgtm-com
Copy link

lgtm-com bot commented May 13, 2021

This pull request introduces 1 alert when merging 2b8bc45 into e3e9774 - view on LGTM.com

new alerts:

  • 1 for Spurious Javadoc @param tags

@Gmugra Gmugra merged commit 919f3eb into main May 13, 2021
@Gmugra Gmugra deleted the 56_API_Custom_converter_ByteSize branch May 13, 2021 18:31
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