From: Peter Levart <[email protected]> > From consistency point of view HashMap might be expected to not modify > its internal state when it's obvious that the external view of its state > doesn't change. .computeIfAbsent() is violating that expectation. > WeakHashMap is violating that expectation too, but it has its own > reasons while HashMap doesn't have them... > > I think this could be fixed.
Would this classify as a bug then, or where or how should this properly be reported? /Michael
