Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: refactor bad smell InnerClassMayBeStatic #144

Conversation

MartinWitt
Copy link
Contributor

Repairing Code Style Issues

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.

Repairing Code Style Issues

  • InnerClassMayBeStatic (1)

- 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.
@rainbowdashlabs rainbowdashlabs enabled auto-merge (squash) January 22, 2023 20:33
@rainbowdashlabs rainbowdashlabs merged commit fa48a86 into LandlordPlugin:development Jan 22, 2023
Aurelien30000 pushed a commit to Aurelien30000/LandLord that referenced this pull request Feb 22, 2023
- 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.
Aurelien30000 added a commit that referenced this pull request Mar 2, 2023
rainbowdashlabs pushed a commit that referenced this pull request Mar 2, 2023
* Revert "Refactor bad smells: (#144)"

This reverts commit fa48a86.

* Add comment & suppress warning for command inner classes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants