Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
by making inner classes static, the parent class can go out of scope and be gc'ed even if the inner class does not.
Simplifies gc logic, and makes it easier to process.