CodART
CodART copied to clipboard
Collapse hierarchy does not check pre-conditions
Describe the bug For collapse hierarchy it's required to make sure about input classes. You can look at here for more details about this refactoring
To Reproduce Steps to reproduce the behavior:
- Go to 'refactorings/collapse_hierarchy.py'
- Run the script on your test project
- See error
Expected behavior As an example if A does no extends B we should check that before beginning the process!