StéphaneDucasse

Results 622 issues of StéphaneDucasse

We should fix the rule description.

Type: Cleanup
Good first issue

It looks like the logic got lost in the migration to the new architecture.

Type: Cleanup

- RBPullUpMethodTransformation should support the pull up even when behavior is modified - but it should not produce broken code. Code can be broken when: - Refer to instance variables...

Type: Enhancement

``` A >> foo ^ self subclassResponsibility B C >> foo ^ 42 D >> foo ^ 666 ``` Pull Up D>> foo on A (with combo box) move self...

Type: Bug

When PullUp precondition breaks we do not propose to use transformation

Type: Enhancement

When we click on code browsing we should not see this. ![Capture 2024-10-03 at 21 59 37](https://github.com/user-attachments/assets/73b0d7cd-c167-45a7-8213-75b7e890f33c) Can we move on and remove the old setting browser. This starts to...

Type: Bug

Right now we get a bunch of extensions and the class is just empty.

Type: Enhancement

![Capture 2024-10-03 at 21 46 18](https://github.com/user-attachments/assets/761caa82-afbb-4a1c-ad26-6756ea393f90) When I browse classDescription I see that it is extended by CodeExporter but I cannot navigate there from the extensions list.

Type: Enhancement

``` CodeExporter class >> writeSourceCodeFrom: aStream toFileReference: aFileReference "Write the supplied changes to aFileReference" aFileReference ensureDelete; binaryWriteStreamDo: [ :outputStream | (ZnCharacterWriteStream on: outputStream encoding: 'utf8') nextPutAll: aStream contents ]. UIManager...

Type: Cleanup

I have - a superclass with handleKey in the hook protocol - in a subclass I have a handleKey method in as yet unclassified - selecting classify does not propose...

Type: Bug