Skip to content

Commit

Permalink
Update preVisit
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurens-W committed Nov 13, 2024
1 parent 6ad31cd commit d31607b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ private static class ReferenceChangeTypeVisitor extends TreeVisitor<Tree, Execut

@Override
public @Nullable Tree preVisit(@Nullable Tree tree, ExecutionContext ctx) {
stopAfterPreVisit();
Reference reference = matches.get(tree);
if (reference != null && reference.supportsRename()) {
return reference.rename(renamer, newFullyQualifiedName).visit(tree, ctx, getCursor().getParent());
Expand Down

0 comments on commit d31607b

Please sign in to comment.