-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 6.15
-
Component/s: Code Coverage
-
Labels:None
Regression introduced while getting rid of Guava Multimap, which for get() method was returning an empty collection when key was not present, HashMap returns null introducing NPE.
Note that when containsKey(key) is false, this returns an empty collection, not null .
- links to