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)