Progress Report -> Refactoring Project - ( December 21 - 24 )

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Progress Report -> Refactoring Project - ( December 21 - 24 )

EVELYN CUSI LOPEZ
Hello everyone, I hope you have had a nice holiday.

Last week I did these tasks:

- Fix extract method and occurrences issues (https://github.com/pharo-project/pharo/pull/8193)
    - Issue #8083
    - Issue #4429
    - Issue #4973
    - Issue #5269
- Start to migrate extract method to refactoring2 and commander2 (as an experiment to review how effort we need to migrate all refactorings).
- Create extract setUp and tearDown methods refactoring for TestCase classes (by the moment I have some issues in this new refactoring).

Tasks for this week:

- Finish to create extract setUp and tearDown methods.
- Finish to migrate extract method to refactoring2 and commander2.
- Fix undo refactoring issue.
- Add option to limit classes where we replace senders of method to other method (https://github.com/pharo-project/pharo/issues/8087).

Cheers,
Evelyn