Skip to content

Possible wrong imports #3792

@php-coder

Description

@php-coder
spring-boot > git grep -h 'import .*StringUtils;' | sort -u
import org.codehaus.plexus.util.StringUtils;
import org.flywaydb.core.internal.util.StringUtils;
import org.springframework.util.StringUtils;
spring-boot > git grep org.flywaydb.core.internal.util.StringUtils
spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/EnableAutoConfigurationImportSelectorTests.java:import org.flywaydb.core.internal.util.StringUtils;
spring-boot > git grep org.codehaus.plexus.util.StringUtils
spring-boot-cli/src/main/java/org/springframework/boot/cli/command/init/ServiceCapabilitiesReportGenerator.java:import org.codehaus.plexus.util.StringUtils;

I believe that EnableAutoConfigurationImportSelectorTests and ServiceCapabilitiesReportGenerator have imported wrong StringUtils. Am I right?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions