Extract Class
You have one class doing work that should be done by two.
Create a new class and move the relevant fields and methods from the old class into the new class.

For more inforamtion see page 149 of Refactoring
You have one class doing work that should be done by two.
Create a new class and move the relevant fields and methods from the old class into the new class.

For more inforamtion see page 149 of Refactoring