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

Fixed occasional NPE on selection change. #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidmichaelkarr
Copy link
Contributor

This deals with the unusual case of selecting something in the buffer
and then emptying the buffer. The selection change listener fires
around that point, but "getModule()" returns null (in some cases,
apparently), causing the NPE when that happens.

This deals with the unusual case of selecting something in the buffer
and then emptying the buffer.  The selection change listener fires
around that point, but "getModule()" returns null (in some cases,
apparently), causing the NPE when that happens.
@davidmichaelkarr
Copy link
Contributor Author

Forgot to mention, this is for this issue: #55 .

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