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

NPE can happen on line 44 of MessageHandler #2

Open
smoyer64 opened this issue Aug 31, 2017 · 0 comments
Open

NPE can happen on line 44 of MessageHandler #2

smoyer64 opened this issue Aug 31, 2017 · 0 comments

Comments

@smoyer64
Copy link
Contributor

smoyer64 commented Aug 31, 2017

The ip and/or transportName parameters may be null if the corresponding properties have not been loaded. These values should be checked before getClass() is called. This is a good spot to use the JSR-305 @Nonnull annotation.

pike1212 pushed a commit that referenced this issue Oct 23, 2019
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

No branches or pull requests

1 participant