Class MissingFail

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

public class MissingFail extends BugChecker implements BugChecker.TryTreeMatcher
Author:
schmitt@google.com (Peter Schmitt)
See Also:
  • Constructor Details

    • MissingFail

      public MissingFail()
  • Method Details