github-advanced-security[bot] commented on code in PR #801:
URL:
https://github.com/apache/incubator-baremaps/pull/801#discussion_r1394127249
##########
baremaps-core/src/test/java/org/apache/baremaps/openstreetmap/state/StateReaderTest.java:
##########
@@ -0,0 +1,19 @@
+package org.apache.baremaps.openstreetmap.state;
+
+import org.junit.Ignore;
+import org.junit.jupiter.api.Test;
+
+import java.time.LocalDateTime;
+
+import static org.junit.jupiter.api.Assertions.*;
+
+class StateReaderTest {
Review Comment:
## Unused classes and interfaces
Unused class: StateReaderTest 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/843)
--
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]