[jira] [Created] (IGNITE-10737) Enable inspection Collections.sort(..) can be replaced with list.sort(..)

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-10737) Enable inspection Collections.sort(..) can be replaced with list.sort(..)

Anton Vinogradov (Jira)
Maxim Muzafarov created IGNITE-10737:
----------------------------------------

             Summary: Enable inspection Collections.sort(..) can be replaced with list.sort(..)
                 Key: IGNITE-10737
                 URL: https://issues.apache.org/jira/browse/IGNITE-10737
             Project: Ignite
          Issue Type: Task
            Reporter: Maxim Muzafarov
            Assignee: Maxim Muzafarov
             Fix For: 2.8


We need to enable inspection which reports calls to Collections.sort(list, comparator) which could be replaced with list.sort(comparator).

# Update ignite_inspections_teamcity.xml configuration file by enabling current inspection
# Fix all the code issues.



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