Class MissingSuperCall

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

public class MissingSuperCall extends BugChecker implements BugChecker.AnnotationTreeMatcher, BugChecker.MethodTreeMatcher
Author:
eaftan@google.com (Eddie Aftandilian)
See Also:
  • Constructor Details

    • MissingSuperCall

      public MissingSuperCall()
  • Method Details