Skip to content

Commit

Permalink
ASTDiff: Enum comments Matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
pouryafard75 committed Dec 11, 2024
1 parent 69be1d8 commit 34b1180
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ private void processFieldDeclarationByEnumConstantDiff(Tree srcTree, Tree dstTre
UMLAnonymousClassDiff anonymousClassDiff = umlEnumConstantDiff.getAnonymousClassDiff().get();
new AnonymousClassDiffMatcher(optimizationData, anonymousClassDiff).match(srcTree, dstTree, mappingStore);
}
new CommentMatcher(optimizationData, umlEnumConstantDiff.getCommentListDiff()).match(srcTree, dstTree, mappingStore);
}
}

0 comments on commit 34b1180

Please sign in to comment.