[
https://issues.apache.org/jira/browse/IGNITE-18547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Bessonov updated IGNITE-18547:
-----------------------------------
Description:
[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.
NOTE: There's a fix in IDEA for it:
[https://github.com/JetBrains/intellij-community/commit/9b298db7992e660da81f6dde4b5944d40a290649],
actually. But older versions can be fixed with current PR.
was:
[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.
> 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
> Assignee: Ivan Bessonov
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> [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.
>
> NOTE: There's a fix in IDEA for it:
> [https://github.com/JetBrains/intellij-community/commit/9b298db7992e660da81f6dde4b5944d40a290649],
> actually. But older versions can be fixed with current PR.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)