You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.
The Map.put() is unsupported.
This code calls Map.put(). However analysis found that this method as well as
and its overrides (if applicable) unconditionally throw UnsupportedOperationException,
so it's likely that this call will fail.
This makes little sense to me as it is calling into a HashMap. It must be observing that AbstractMap#put() throws an UOE but the subclass does not.
This makes little sense to me as it is calling into a
HashMap
. It must be observing thatAbstractMap#put()
throws anUOE
but the subclass does not.The text was updated successfully, but these errors were encountered: