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

Maxim Muzafarov commented on IGNITE-10216:
------------------------------------------

[~NIzhikov]

As we've discussed earlier, I've fixed the default inspection configuration.
Please, review my changes.

The TC results are not attached as there is no impact Ignite project code. This 
configuration used only by developers as an example.

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



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

Reply via email to