You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/09/26 17:48:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-10737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Muzafarov resolved IGNITE-10737.
--------------------------------------
    Fix Version/s:     (was: 2.8)
       Resolution: Won't Fix

> 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
>            Priority: Minor
>              Labels: inspections
>
> 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
(v8.3.4#803005)