You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/02/25 02:24:00 UTC

[jira] [Updated] (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 ]

Ted Yu updated FLINK-8661:
--------------------------
    Description: The use of Collections.EMPTY_SET and Collections.EMPTY_MAP often causes unchecked assignment and it should be replaced with Collections.emptySet() and Collections.emptyMap() .  (was: The use of Collections.EMPTY_SET and Collections.EMPTY_MAP often causes unchecked assignment and it should be replaced with Collections.emptySet() and Collections.emptyMap())

> 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
>            Priority: Minor
>
> The use of Collections.EMPTY_SET and Collections.EMPTY_MAP often causes unchecked assignment and it should be replaced with Collections.emptySet() and Collections.emptyMap() .



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