Refactoring Ideas: Replace static method with same named static method

Want to produce the same kind of import in the affected classes (static, normal or fully qualified):

public static String repeat(final int count, final char character)
{
   return org.apache.commons.lang3.StringUtils.repeat(character, count);
}

Leave a Reply

Your email address will not be published. Required fields are marked *