pharo icon indicating copy to clipboard operation
pharo copied to clipboard

StMethodNameEditorPresenter and SycMethodNameEditorPresenter 84% of similarity

Open hernanmd opened this issue 1 year ago • 0 comments

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]

hernanmd avatar Jun 20 '24 13:06 hernanmd