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

[jira] [Created] (IGNITE-18547) Annotation processor NOTE messages are shown as errors in IDEA build

Ivan Bessonov created IGNITE-18547:
--------------------------------------

             Summary: Annotation processor NOTE messages are shown as errors in IDEA build
                 Key: IGNITE-18547
                 URL: https://issues.apache.org/jira/browse/IGNITE-18547
             Project: Ignite
          Issue Type: Improvement
            Reporter: Ivan Bessonov


[https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/build/output/JavacOutputParser.java#L77]

It does so because it detects a path to a Java file in the message. Removing "message.element()" from "printMessage" arguments resolves the issue.



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