-
-
Notifications
You must be signed in to change notification settings - Fork 905
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
null pointer exception in java extension #443
Comments
Thanks for giving reproducing sample code. I confirmed NPE was also raised on a master branch. I'll have a look. |
Great catch. This appears to be a bug in NodeSet:
results in
|
Fixed by rev. 407b582. On master branch, the sample code printed as in below. So, the issue should be fixed. [:version=, "1.5.0.beta.4"] [#<Nokogiri::XML::Text:0x7ea "this is a string.">] [] |
(pure-java) making empty NodeSets with null |
👍 thanks |
I can't seem to figure out how to build a new java gem off of master. It keeps failing with:
|
|
Thanks. See 89056e7 |
repro:
mri:
jruby:
The text was updated successfully, but these errors were encountered: