-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.2
-
Security Level: Jimmy
-
None
attached a unit test reproducing the problem when calling containsKey or get(key) on a MapProxy
WORKAROUND:
make the Key class final or add the @Immutable annotation to the class
public static final class MyKey { } @Immutable public static class MyKey { }