You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
Check post conditions properly. Source code must be compile-able after refactoring!
The text was updated successfully, but these errors were encountered: