40414243444546
} @Override public String getDescription() { return format("%s %s", new RemovePackageFormatter().format(variable.getType().toString()), variable.getName()); }
149150151152153154155
public boolean isMainMethod() { return isStatic() && "void main(java.lang.String[])".equals(getMethodName()); } public String getDescription() { return new RemovePackageFormatter().format(methodName); }