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

Refactored FindAllBox #150

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

refactormachine
Copy link

@refactormachine refactormachine commented Aug 29, 2018

FindAllBox handles a "FindAll" widget, among its responsibilities, it maintains a progress bar.

I have refactored out the progress bar logic to a helper object, as it simplified the logic in FindAllBox and left it to manage the UI components in a higher level.

For more information about "Extract Class" refactoring. see https://refactoring.guru/extract-class

We created this refactoring using automatic tools. See our website
www.refactormachine.com

Performed extract class operation for FindAllBox.
Extracted fields: progressBar, statusLabel.
Extracted Methods: setStatus(), initProgressBar().

@deathmarine deathmarine force-pushed the master branch 2 times, most recently from 43b5f44 to 26fe3a2 Compare February 5, 2019 13:16
@ThexXTURBOXx ThexXTURBOXx mentioned this pull request Apr 4, 2019
@ThexXTURBOXx ThexXTURBOXx mentioned this pull request Jan 10, 2022
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.

2 participants