CodART
CodART copied to clipboard
Make class final refactoring is not working
Describe the bug The make class final refactoring existing in refactorings/make_class_final.py doesn't work at all!
To Reproduce Steps to reproduce the behavior:
- Go to refactorings/make_class_final.py'
- Run the script on your test project.
- See the problem
Expected behavior Make a class final and check its post-conditions.