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 BoundedLocalCache.lazySetMaximum() is unsupported.
This code calls BoundedLocalCache.lazySetMaximum(). 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.
The base class throws an UOE and code generated subclasses override as needed. The exceptions are never thrown due to the method only being called if the feature was supported (and therefore overridden).
The text was updated successfully, but these errors were encountered:
The base class throws an UOE and code generated subclasses override as needed. The exceptions are never thrown due to the method only being called if the feature was supported (and therefore overridden).
The text was updated successfully, but these errors were encountered: