[
https://issues.apache.org/jira/browse/APEXCORE-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15961129#comment-15961129
]
ASF GitHub Bot commented on APEXCORE-691:
-----------------------------------------
GitHub user vrozov opened a pull request:
https://github.com/apache/apex-core/pull/505
APEXCORE-691 Use type inference for generic instance creation
@tweise Please merge
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vrozov/apex-core APEXCORE-691
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-core/pull/505.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #505
----
commit d15c0781c11c3b673d4af05a855b17a9b3efa625
Author: Apex Dev <[email protected]>
Date: 2017-04-07T17:08:45Z
APEXCORE-691 Use type inference for generic instance creation
----
> 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
>
> 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)