tsantalis / RefactoringMiner

MIT License
358 stars 137 forks source link

GUI Bugfix #707

Closed pouryafard75 closed 5 months ago

tsantalis commented 5 months ago

@pouryafard75 The implementation is not optimal, because we are creating and traversing the tree. We can store the full path within a custom user object, as we are creating the tree.

In this way, there is no need to keep separate data structures integerASTDiffMap and treeNodeIntegerMap and there is no need to traverse the tree after creating it.