Refactoring Ideas: Move static methods with only one use to the using class Posted on March 28, 2012 by flamingpenguin If a static method has only one use, then it can be moved the class where it is being used and made private.