You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Tushar Gosavi (JIRA)" <ji...@apache.org> on 2017/05/05 10:47:09 UTC

[jira] [Closed] (APEXCORE-691) Use type inference for generic instance creation

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

Tushar Gosavi closed APEXCORE-691.
----------------------------------

Closing after 3.6.0 release

> Use type inference for generic instance creation
> ------------------------------------------------
>
>                 Key: APEXCORE-691
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-691
>             Project: Apache Apex Core
>          Issue Type: Task
>            Reporter: Vlad Rozov
>            Assignee: Vlad Rozov
>            Priority: Minor
>             Fix For: 3.6.0
>
>
> The current Java language level allows using type inference for generic instance creation making constructs like
> {noformat}
> Map <String, String> map = new HashMap<String, String>();
> {noformat}
> unnecessary.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)