Vlad Rozov created APEXCORE-691:
-----------------------------------
Summary: 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)