Aleksandr Polovtcev created IGNITE-15972: --------------------------------------------
Summary: Improve network processor error message Key: IGNITE-15972 URL: https://issues.apache.org/jira/browse/IGNITE-15972 Project: Ignite Issue Type: Task Reporter: Aleksandr Polovtcev Assignee: Aleksandr Polovtcev When generation Network Message implementations, we use a special per-module class called a Message Group. When this class is not present, a corresponding error is thrown. However, when using IDEA, it is possible to get this error during the incremental compilation, because the Message Group class might not be passed to the annotation processor amongst the Network Message classes. Current error message is not very descriptive and does not indicate, which package or module failed to compile. It is proposed to at least add package names of the processed elements. -- This message was sent by Atlassian Jira (v8.20.1#820001)