pharo
pharo copied to clipboard
StMethodNameEditorPresenter and SycMethodNameEditorPresenter 84% of similarity
Class implementations are almost identical (the remaining differences are due to StMethodNameEditorPresenter being a refactored version of SycMethodNameEditorPresenter)
- SycMethodNameEditorPresenter from SystemCommands-RefactoringSupport.
- StMethodNameEditorPresenter from Refactoring-UI.
Proposal
There are 19 references to SycMethodNameEditorPresenter.
Replacing all these references to StMethodNameEditorPresenter would not significantly impact them because they are in packages that already depend on Refactoring-UI. The exception is NautilusRefactoring>>handleMethodNameRequest:, which would need a new dependency specification to Refactoring-UI in BaselineOfQA>>baseline:.
Version information:
- Version [e.g., Pharo 13.0]