Skip to content

DATAGO-84852: C-EMA restart resilience for scan jobs #684

DATAGO-84852: C-EMA restart resilience for scan jobs

DATAGO-84852: C-EMA restart resilience for scan jobs #684

GitHub Actions / Checkstyle failed Oct 16, 2024 in 0s

Checkstyle Source Code Analyzer report

14 violation(s) found

Annotations

Check failure on line 10 in service/application/src/main/java/com/solace/maas/ep/event/management/agent/publisher/ScanStatusPublisher.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - com.solace.maas.ep.event.management.agent.subscriber.SolacePersistentMessageHandler.

Check failure on line 3 in service/application/src/main/java/com/solace/maas/ep/event/management/agent/subscriber/SolacePersistentMessageHandler.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - com.solace.maas.ep.common.messages.ScanCommandMessage.

Check failure on line 21 in service/application/src/main/java/com/solace/maas/ep/event/management/agent/subscriber/messageProcessors/ScanCommandMessageProcessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - java.util.concurrent.TimeUnit.MINUTES.

Check failure on line 9 in service/application/src/test/java/com/solace/maas/ep/event/management/agent/subscriber/CommandPersistentMessageHandlerTests.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - com.solace.maas.ep.common.messages.ScanCommandMessage.

Check failure on line 10 in service/application/src/test/java/com/solace/maas/ep/event/management/agent/subscriber/CommandPersistentMessageHandlerTests.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - com.solace.maas.ep.common.messages.ScanDataImportMessage.

Check failure on line 34 in service/application/src/test/java/com/solace/maas/ep/event/management/agent/subscriber/CommandPersistentMessageHandlerTests.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - com.solace.maas.ep.common.model.ScanDestination.EVENT_PORTAL.

Check failure on line 35 in service/application/src/test/java/com/solace/maas/ep/event/management/agent/subscriber/CommandPersistentMessageHandlerTests.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - com.solace.maas.ep.common.model.ScanType.SOLACE_ALL.

Check failure on line 37 in service/application/src/test/java/com/solace/maas/ep/event/management/agent/subscriber/CommandPersistentMessageHandlerTests.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - org.assertj.core.api.Assertions.assertThat.

Check failure on line 39 in service/application/src/test/java/com/solace/maas/ep/event/management/agent/subscriber/CommandPersistentMessageHandlerTests.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - org.mockito.Mockito.atLeastOnce.

Check failure on line 40 in service/application/src/test/java/com/solace/maas/ep/event/management/agent/subscriber/CommandPersistentMessageHandlerTests.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - org.mockito.Mockito.doThrow.

Check failure on line 12 in service/application/src/test/java/com/solace/maas/ep/event/management/agent/subscriber/ScanJobPersistentMessageHandlerTests.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - com.solace.maas.ep.event.management.agent.subscriber.messageProcessors.CommandMessageProcessor.

Check failure on line 34 in service/application/src/test/java/com/solace/maas/ep/event/management/agent/subscriber/ScanJobPersistentMessageHandlerTests.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - org.mockito.Mockito.doThrow.

Check failure on line 39 in service/application/src/test/java/com/solace/maas/ep/event/management/agent/subscriber/PersistentMessageHandlerTests.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - org.mockito.Mockito.atLeastOnce.

Check failure on line 40 in service/application/src/test/java/com/solace/maas/ep/event/management/agent/subscriber/PersistentMessageHandlerTests.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - org.mockito.Mockito.doThrow.