StéphaneDucasse
StéphaneDucasse
And probably Refactoring2-Core once this is integrated https://github.com/pharo-project/pharo/pull/11529
When copying a package the classes lose their comments.
When we move a collection of extension methods to their class We get prompted first for the protocol Then for each method again, and while they can be different, it...
This factory is used for all the other changes
The test testCopyPackageAndChangesCopyReferences was using the help package that we removed. We should write a new test. ``` testCopyPackageAndChangesCopyReferences | refactoring aModel | self timeLimit: 2 minutes. refactoring := (self...
Right now class names are prefixed with Copy. We should be able to do. ``` (RBCopyPackageRefactoring new copyPackageName: #'Refactoring-Help' to: #'Refactoring-Help1'; classPattern: 'SD*SD' -> 'CT*' ) execute. ```
- This class is a UI (subclass of SpPresenter) - It should be packaged outside of the Refactoring-Core - Now it is not referenced in P11. So may be we...
Should investigate further and remove if needed.