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

Many classes has inner classes, which can be static #851

Closed
alebastrov opened this issue Dec 7, 2015 · 2 comments
Closed

Many classes has inner classes, which can be static #851

alebastrov opened this issue Dec 7, 2015 · 2 comments
Labels
triage issue needs to be investigated

Comments

@alebastrov
Copy link

For instance: XQueryContext has inner class ContextUpdateListener, which can easily be converted into static
{code}
private static class ContextUpdateListener implements UpdateListener {
...
}
{code}
It may help avoid memory leaks

@alebastrov
Copy link
Author

added PR: #853

@joewiz joewiz added the triage issue needs to be investigated label Sep 17, 2018
@duncdrum duncdrum closed this as completed Jan 8, 2019
@duncdrum
Copy link
Contributor

duncdrum commented Jan 8, 2019

closed by rebased #886

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage issue needs to be investigated
Projects
None yet
Development

No branches or pull requests

3 participants