Class HashCodeInObjectsHash

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.HashCodeInObjectsHash
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public final class HashCodeInObjectsHash extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Simplifies redundant hashCode() or Objects.hash() calls inside Objects.hash(), and simplifies single-argument calls to Objects.hashCode().
See Also: