CodART
CodART copied to clipboard
Make class concrete post conditions not working
Describe the bug This refactoring does not check post conditions and after running this on my test project, I got this error when compiling: The abstract method sides in type "Shape" can only be defined by an abstract classJava(67109227)
To Reproduce Steps to reproduce the behavior:
- Go to 'refactorings/make_class_concrete.py'
- Run the script on your test project
- Compile the test project
- See error
Expected behavior Check post conditions properly. Source code must be compile-able after refactoring!