Skip to content

Fix transformations order : Move Method to Class#19786

Open
AlexisCnockaert wants to merge 1 commit into
pharo-project:Pharo14from
AlexisCnockaert:fix-order
Open

Fix transformations order : Move Method to Class#19786
AlexisCnockaert wants to merge 1 commit into
pharo-project:Pharo14from
AlexisCnockaert:fix-order

Conversation

@AlexisCnockaert

Copy link
Copy Markdown
Collaborator
  • Since it was removing the method from the source before copying it to the target, system could have raise error since the method may be used while the refactoring is performing
  • Anyway this transformation is not used at the moment
  • Fixes MoveTo refactoring enhancement needed #18601

- Since it was removing the method from the source before copying it to the target, system could have raise error since the method may be used while the refactoring is performing
- Anyway this transformation is not used at the moment
- Fixes pharo-project#18601
@AlexisCnockaert AlexisCnockaert changed the title Fix transofrmations order : Move Method to Class Fix transformations order : Move Method to Class Jun 17, 2026
@AlexisCnockaert
AlexisCnockaert requested a review from Ducasse June 17, 2026 11:24
@Ducasse

Ducasse commented Jun 17, 2026

Copy link
Copy Markdown
Member

Tx

@Ducasse

Ducasse commented Jun 17, 2026

Copy link
Copy Markdown
Member

Could we have a test?

@AlexisCnockaert

Copy link
Copy Markdown
Collaborator Author

Since the final state is the same as before, I think it will be a little complicated to test this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MoveTo refactoring enhancement needed

2 participants