The project I'm on had fifty classes, all inheriting from the same class, that all defined:
public void FormatZipCode(String zipCode) { ... }
Either put it in the parent class, or a utility class off to the side. Argh.
Have you considered browsing through The Daily WTF?