kemitix-checkstyle-ruleset/builder/src/main/resources/rules/EqualsHashCode.md

5 lines
143 B
Markdown
Raw Normal View History

> This check cannot be suppressed.
Checks that when a class overrides the `equals()` method, that it also overrides the `hashCode()` method.