github-code-scanning[bot] commented on code in PR #709:
URL:
https://github.com/apache/incubator-baremaps/pull/709#discussion_r1244316011
##########
baremaps-core/src/test/java/org/apache/baremaps/vectortile/VectorTileFunctionsTest.java:
##########
@@ -14,12 +14,12 @@
import static org.junit.jupiter.api.Assertions.*;
-import java.awt.*;
+import org.apache.baremaps.utils.GeometryUtils;
import org.junit.jupiter.api.Test;
import org.locationtech.jts.geom.*;
import org.locationtech.jts.geom.Polygon;
-class VectorTileUtilsTest {
+class VectorTileFunctionsTest {
Review Comment:
## Unused classes and interfaces
Unused class: VectorTileFunctionsTest is not referenced within this
codebase. If not used as an external API it should be removed.
[Show more
details](https://github.com/apache/incubator-baremaps/security/code-scanning/732)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]