The source code contains many explicit type parameter use cases, such as:

```
Map<String, String> newMap = new HashMap<String, String>(reserveParams.length);
```

The old style is not suitable now, since we will support Java 8 from Dubbo 2.7, 
so I think we can improve it.

Since the source code is big, some tools or scripts may be helpful.


[ Full content available at: 
https://github.com/apache/incubator-dubbo/issues/3258 ]
This message was relayed via gitbox.apache.org for 
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to