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 2018/10/31 13:47:00 UTC

[jira] [Created] (IGNITE-10090) Fix `redundant type cast` inspections over the whole project code

Maxim Muzafarov created IGNITE-10090:
----------------------------------------

             Summary: Fix `redundant type cast` inspections over the whole project code
                 Key: IGNITE-10090
                 URL: https://issues.apache.org/jira/browse/IGNITE-10090
             Project: Ignite
          Issue Type: Task
            Reporter: Maxim Muzafarov
             Fix For: 2.8


We need to fix `redundant type cast` over the whole Apache Ignite project code.

Enable this inspection with 'ERROR' type in {{idea\ignite_inspections_teamcity.xml}} configuration file.
{code}
  <inspection_tool class="RedundantCast" enabled="false" level="WARNING" enabled_by_default="false" />
{code}



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