Hide Method
From CSSEMediaWiki
This refactoring is simply making a method private if it is only used within the class that contains it, and thus no other class needs access to it.
Martin Fowler recommends using a tool or using manual checks to see if methods can be made private.
See Also: