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 #38

Merged
merged 1 commit into from
Mar 26, 2023

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.
@davsclaus davsclaus merged commit 7ec7421 into apache:main Mar 26, 2023
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.

2 participants