You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mikhail Pochatkin (Jira)" <ji...@apache.org> on 2024/01/03 13:33:00 UTC

[jira] [Created] (IGNITE-21195) Fix ClientArchTest

Mikhail Pochatkin created IGNITE-21195:
------------------------------------------

             Summary: Fix ClientArchTest 
                 Key: IGNITE-21195
                 URL: https://issues.apache.org/jira/browse/IGNITE-21195
             Project: Ignite
          Issue Type: Bug
            Reporter: Mikhail Pochatkin
            Assignee: Mikhail Pochatkin


```
Architecture Violation [Priority: MEDIUM] - Rule 'no fields that have raw type org.apache.ignite.internal.logger.IgniteLogger should have modifier STATIC' was violated (1 times):
Field <org.apache.ignite.network.TrackableNetworkMessageHandler.LOG> has modifier STATIC in (TrackableNetworkMessageHandler.java:0)
java.lang.AssertionError: Architecture Violation [Priority: MEDIUM] - Rule 'no fields that have raw type org.apache.ignite.internal.logger.IgniteLogger should have modifier STATIC' was violated (1 times):
Field <org.apache.ignite.network.TrackableNetworkMessageHandler.LOG> has modifier STATIC in (TrackableNetworkMessageHandler.java:0)
    at com.tngtech.archunit.lang.ArchRule$Assertions.assertNoViolation(ArchRule.java:94)

...
```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)