I have a series of static utility methods of this form:
StringBuffer Util.doA(String arg0, String arg1, SomeEnum e); StringBuffer Util.doB(String arg0, String arg1); StringBuffer Util.doC(String arg0, String arg1, ...