StéphaneDucasse

Results 622 issues of StéphaneDucasse

It is strange We should also promote it as a tool accessible in a menu too.

Type: Cleanup

Review the welcome on the discord channel because it loos outdated.

Type: Cleanup

We could not find a way to make ReplaceMessageSendTransformation (menu item (T) Replace senders to work because the context is different from the one we get when we click on...

Type: Bug

And we should replace them with the `StRefactoringPreviewPresenter`

Type: Cleanup

Seb showed me this today in P11

Type: Bug
Priority: Critical
papercut

I verified and I found a bug - I have a class which uses a trait - I apply insert superclass - and my class does not have the trait...

Type: Bug

- first it should renamed RBRemoveAllSelfSendTransformation because we can have no warrantee. - second the API is really strange: why passing a range and not just a selector (note that...

Type: Cleanup

``` checkMethodName: aString in: aClass "Return whether the argument aName is can represent a selector" "You probably look for checkMethodName: since the second argument is ignored" ^aString isString and: [...

Type: Cleanup

In the following getNewSelector is actually doing a side effect so if we compute superclass preconditions and local one, they fail of course. ``` localPreconditions | imps | self getNewSelector....

Type: Cleanup