abelsromero commented on code in PR #93: URL: https://github.com/apache/maven-filtering/pull/93#discussion_r1456564669
########## src/test/java/org/apache/maven/shared/filtering/DefaultMavenResourcesFilteringTest.java: ########## @@ -24,13 +24,10 @@ import java.io.FileInputStream; import java.io.IOException; import java.nio.file.Files; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.List; -import java.util.Properties; +import java.util.*; Review Comment: Got it finally installing palantir Intellij plugin and configuring imports (leaving here for anyone else)  Spotless does not detect the imports with wildcards, seems something could be done in that regard https://github.com/diffplug/spotless/issues/649#issuecomment-738199681 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org