[ 
https://issues.apache.org/jira/browse/IGNITE-10216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16697497#comment-16697497
 ] 

ASF GitHub Bot commented on IGNITE-10216:
-----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/5471


> 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}}. 
> 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 need to be updated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to