Class BoxingComparator

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

public final class BoxingComparator extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Identifies Comparators that are unnecessarily boxing the comparison key.
See Also: