static-analysis/autodispose-error-prone/src/main/java/autodispose2/errorprone/AbstractReturnValueIgnored.java [83:90]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    boolean matches = specializedMatcher().matches(tree, state);
    if (!matches) {
      return Description.NO_MATCH;
    }

    if (lenient()) {
      boolean isUnusedReturnValue =
          allOf(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



static-analysis/autodispose-error-prone/src/main/java/autodispose2/errorprone/AbstractReturnValueIgnored.java [110:117]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    boolean matches = specializedMatcher().matches(tree, state);
    if (!matches) {
      return Description.NO_MATCH;
    }

    if (lenient()) {
      boolean isUnusedReturnValue =
          allOf(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



