Class ResultUseRule.GlobalRule<C,S>

java.lang.Object
com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule<C,S>
com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule.GlobalRule<C,S>
Type Parameters:
C - the type of the context object used during evaluation
S - the type of symbols
Enclosing class:
ResultUseRule<C,S>

public abstract static class ResultUseRule.GlobalRule<C,S> extends ResultUseRule<C,S>
A global rule that is evaluated when none of the more specific rules determine a ResultUsePolicy for a method.
  • Constructor Details

    • GlobalRule

      public GlobalRule()
  • Method Details