Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacement of a boolean field getter method with direct access #2

Open
pedramnoori opened this issue May 17, 2023 · 1 comment
Open

Comments

@pedramnoori
Copy link
Owner

Problem

Support replacements between a boolean field getter method with direct access or vice verca

Commit

unclebob/fitnesse@6c2c95d

Target Refactoring

Extract Method protected newMultipleTestsRunner(pages List) : MultipleTestsRunner extracted from protected performExecution() : void in class fitnesse.responders.run.TestResponder

Description

The replacement within the aforementioned refactoring is as follows:

isRemoteDebug() -> remoteDebug

The first, is a getter method for the remoteDebug field. Note that the getter method has been removed within the commit. So, this change is a pure change and does not change the behavior of the program.

@pedramnoori
Copy link
Owner Author

unclebob/fitnesse@6c2c95d

Same happened within the Extract and Move Method refactoring in the aforementioned commit

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

No branches or pull requests

1 participant