[
https://issues.apache.org/jira/browse/IGNITE-10216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695710#comment-16695710
]
ASF GitHub Bot commented on IGNITE-10216:
-----------------------------------------
GitHub user Mmuzaf opened a pull request:
https://github.com/apache/ignite/pull/5471
IGNITE-10216: disable sort annotations in inspection config
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Mmuzaf/ignite ignite-10216
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5471.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5471
----
commit ea6512bc23a6ac2b4eda7081e5af886574b91bdb
Author: Maxim Muzafarov <maxmuzaf@...>
Date: 2018-11-22T09:29:16Z
IGNITE-10216: disable sort annotations in inspection config
----
> 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)