Skip to content

Conversation

KoenDG
Copy link

@KoenDG KoenDG commented Jun 6, 2016

Mostly recommended performance improvements and addressing possible memory issues, all according to Intellij's static code analysis.

Please check the branch out and try it before merging.

* Copied from the Intellij code analysis:
* A static inner class does not keep an implicit reference to its enclosing instance.
* This prevents a common cause of memory leaks and uses less memory per instance of the class.
*/
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently a potential source of memory leaks.

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.

1 participant