Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move method candidate generation #116

Open
m-zakeri opened this issue Sep 11, 2021 · 0 comments
Open

Move method candidate generation #116

m-zakeri opened this issue Sep 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@m-zakeri
Copy link
Owner

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.

@m-zakeri m-zakeri added the enhancement New feature or request label Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant