You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/04/19 08:03:01 UTC

[jira] [Closed] (FLINK-8661) Replace Collections.EMPTY_MAP with Collections.emptyMap()

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

Chesnay Schepler closed FLINK-8661.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.0

master: 469cab48d726a7de5ddd3d2991da05d59d8499b5
1.5: 7db83b6b5f231095b6ff0adb092740c2b316223d

> Replace Collections.EMPTY_MAP with Collections.emptyMap()
> ---------------------------------------------------------
>
>                 Key: FLINK-8661
>                 URL: https://issues.apache.org/jira/browse/FLINK-8661
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: mingleizhang
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> The use of Collections.EMPTY_SET and Collections.EMPTY_MAP often causes unchecked assignment. It should be replaced with Collections.emptySet() and Collections.emptyMap() .



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