-
Notifications
You must be signed in to change notification settings - Fork 741
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
NullPointerException in GHPerson #111
Comments
ghprb expects it with catch() but NPE is not good behavior.
|
I'm running into this. Is there a workaround? |
The reason of this bug is that getMergable() kill internal connection object. This is a test case: |
I have the same problem.. |
Fixes issue #111. Test case from KostyaSha
@kohsuke sorry had no time to fix myself because of other bugs in git plugin :( |
I have encountered this on maven artefact 1.66 and 1.67-SNAPSHOT. Will this make into any new artefacts? java.lang.NullPointerException |
Please provide log.
|
I've added log into previous comment. I can give you the full sequence of steps-to-reproduce later. |
I'm not sure if I should report this here or to https://github.com/janinko/ghprb, but exception is thrown in
at org.kohsuke.github.GHPerson.populate(GHPerson.java:42)
.I use
GitHub API Plugin 1.55
andGitHub Pull Request Builder 1.12
.The text was updated successfully, but these errors were encountered: