-
Notifications
You must be signed in to change notification settings - Fork 561
Open
Labels
enhancementNew feature or requestNew feature or requestpriority:minorMinor loss of function, or other problem where easy workaround is presentMinor loss of function, or other problem where easy workaround is present
Description
Elliotte Rusty Harold opened SUREFIRE-2172 and commented
This project contains not one, not two, but three different StringUtils classes that duplicate functionality in the JDK and elsewhere. One or two of them imght be built by shading other classes. They're even sometimes both imported in the same classes such as LegacyPojoStackTraceWriter:
import org.apache.maven.surefire.api.util.internal.StringUtils;
import static org.apache.maven.surefire.shared.utils.StringUtils.isNotEmpty;
Figure out what to do about this.
Remote Links:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:minorMinor loss of function, or other problem where easy workaround is presentMinor loss of function, or other problem where easy workaround is present