Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Apr 1, 2023
1 parent 4961ead commit d99f65c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ public final class AssociativeMethodInvocation extends BugChecker
toType(MethodInvocationTree.class, not(hasArgumentOfType(ITERABLE)))),
staticMethod().onClass(Suppliers.typeFromClass(Refaster.class)).named("anyOf"));

/** Instantiates a new {@link AssociativeMethodInvocation} instance. */
public AssociativeMethodInvocation() {}

@Override
public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) {
for (Matcher<ExpressionTree> matcher : ASSOCIATIVE_OPERATIONS) {
Expand Down

0 comments on commit d99f65c

Please sign in to comment.