Move method candidate generation
The problem Currently, CodART uses JDeodorant to generate move method candidates. The Python implementation of JDeodorant similarity algorithms is required for CodART.
Describe the solution you'd like JDeodorant similarity algorithm [1] can be implemented using the ANTRL listeners.
Describe alternatives you've considered Move method candidate can generate when detecting feature envy code smells as move method refactoring opportunities [2].
Prerequisite Issue #114: Removing dependency to Understand
References [1] N. Tsantalis and A. Chatzigeorgiou, “Identification of move method refactoring opportunities,” IEEE Trans. Softw. Eng., vol. 35, no. 3, pp. 347–367, May 2009, doi: 10.1109/TSE.2009.1. [2] M. K. B. Fowler, Refactoring: improving the design of existing code, Second Edi. Addison-Wesley, 2018.