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
I noticed in Cloner.isImmutable only caches @Immutable if it finds one, not if
it doesn't.
Should be enough with:
if (b != null) return b; // at the top
immutables.put(clz, Boolean.FALSE); //just before it returns false
Original issue reported on code.google.com by j...@mojang.com on 19 May 2014 at 8:23
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
j...@mojang.com
on 19 May 2014 at 8:23The text was updated successfully, but these errors were encountered: