3
votes
Resetting a field lazy-loaded with the double-check idiom
I think this should be safe, but only because you're storing the field in a local variable. After this is done, there's no way for the local variable reference to magically change to null, even if …
