GumTreeDiff / gumtree

An awesome code differencing tool
https://github.com/GumTreeDiff/gumtree/wiki
GNU Lesser General Public License v3.0
933 stars 174 forks source link

fix: update deepCopy JavaDoc to specify that metadata is not copied. #365

Closed kjy5 closed 3 months ago

kjy5 commented 3 months ago

fixes #361

jrfaller commented 3 months ago

Thanks for the PR, merged!

If you really need metadata to be copied, maybe you can also contribute another method to perform a deep copy with the metadata (shared with the original tree)? This way the user get to choose the behavior? Cheers.