Replace Constructor with Builder dialog

Last modified: 08 March 2021

Refactor | Replace Constructor with Builder

The Replace Constructor with Builder refactoring helps hide a constructor, replacing its usages with the references to a newly generated builder class, or to an existing builder class.