[
https://issues.apache.org/jira/browse/IGNITE-10216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684024#comment-16684024
]
ASF GitHub Bot commented on IGNITE-10216:
-----------------------------------------
Github user Mmuzaf closed the pull request at:
https://github.com/apache/ignite/pull/5363
> Disable annotations order according in inspection profile
> ---------------------------------------------------------
>
> Key: IGNITE-10216
> URL: https://issues.apache.org/jira/browse/IGNITE-10216
> Project: Ignite
> Issue Type: Task
> Affects Versions: 2.7
> Reporter: Maxim Muzafarov
> Assignee: Maxim Muzafarov
> Priority: Minor
> Labels: inspections
> Fix For: 2.8
>
>
> The {{requireAnnotationFirst}} option of {{Missorted modifiers}} Intellij
> inspection must be set to {{false}}.
> For example,
> {code:title=false}
> @Nullable @Override public Long reduce(List<ComputeJobResult> results)
> {code}
> {code:title=true}
> @Override public @Nullable Long reduce(List<ComputeJobResult> results)
> {code}
> The {{ingnite_inspections.xml}} configuration needs to be updated.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)