...
This guideline specifically addresses objects referred to from containers. For an example where nulling out objects does not aid garbage collection, see 75 OBJ54-J. Do not attempt to help the garbage collector by setting local reference variables to null.
Noncompliant Code Example (Removing Short-Lived Objects)
...