Johnnie White created COLLECTIONS-866:
-----------------------------------------
Summary: The MapUtils.getString in 4.5.0-M2 has a desgin bug
Key: COLLECTIONS-866
URL: https://issues.apache.org/jira/browse/COLLECTIONS-866
Project: Commons Collections
Issue Type: Bug
Components: Map
Affects Versions: 4.5.0-M2
Reporter: Johnnie White
It would *make static compilation error* in 4.5.0-M2 when using:
{code:java}
MapUtils.getString(new HashMap<>(), "key", null) {code}
See more in [pull/538|[https://github.com/apache/commons-collections/pull/538]]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)