pouryafard75 / RM-ASTDiff

MIT License
2 stars 1 forks source link

Moved subtrees from the deleted file to added file #105

Closed pouryafard75 closed 2 months ago

pouryafard75 commented 3 months ago

It would be great addition to show the moved diff for the deleted files -> added files. At the moment, it only works for the files in which one part of the pair contirbutes to an ASTDiff.

Example to work with: https://github.com/JabRef/jabref/pull/8934 Replicated at https://github.com/pouryafard75/TestCases/commit/5f10682933da4d2911d7f3dfc3678a30767878b1

File: PurifyFunction.java -> BstFunctions.java

pouryafard75 commented 2 months ago

@tsantalis, Can I close this one?

tsantalis commented 2 months ago

@pouryafard75 YES, it would be nice to add the feature to hide the irrelevant added/deleted code and show only the moved code.

pouryafard75 commented 2 months ago

@tsantalis Please merge the PR. The requested feature has been implemented there.