Class RedundantOverride

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

public final class RedundantOverride extends BugChecker implements BugChecker.MethodTreeMatcher
Removes overrides which purely pass through to the method in the super class.
See Also: