Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor bad smells: (LandlordPlugin#144)
- InnerClassMayBeStatic Inner classes that do not reference their enclosing instances can be made static. This prevents a common cause of memory leaks and uses less memory per instance of the class.
- Loading branch information