Details
-
Bug
-
Resolution: Done
-
Minor
-
CORE 2.1.0
-
None
Description
Inner classes should be static if possible.
Reasoning: class is an inner class, but does not use its embedded reference to the object which created it. This reference makes the instances of the class larger, and may keep the reference to the creator object alive longer than necessary. If possible, the class should be made static.
Attachments
Issue Links
- is cloned by
-
WISE-285 Inner classes should be static if possible
-
- New
-