StéphaneDucasse

Results 622 issues of StéphaneDucasse

in VMMaker

cleanup

And probably Refactoring2-Core once this is integrated https://github.com/pharo-project/pharo/pull/11529

Cleanup

When copying a package the classes lose their comments.

Bug

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...

Cleanup

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...

Enhancement

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. ```

Enhancement

- 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...

Cleanup

Should investigate further and remove if needed.

Cleanup