Inline Module
The resultant indirection of the included module is no longer worth the duplica- tion it is preventing.
Merge the module into the including class.
inverse of Extract Module
The resultant indirection of the included module is no longer worth the duplica- tion it is preventing.
Merge the module into the including class.
inverse of Extract Module