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

RDFJson parser checks for null instead of not null in the parse method for reader #773

Closed
nikolavp opened this issue Feb 24, 2017 · 1 comment
Labels
🐞 bug issue is a bug
Milestone

Comments

@nikolavp
Copy link
Contributor

Look at line https://github.com/eclipse/rdf4j/blob/master/core/rio/rdfjson/src/main/java/org/eclipse/rdf4j/rio/rdfjson/RDFJSONParser.java#L157

@abrokenjester
Copy link
Contributor

It looks as if three different people have now independently implemented a fix for this. Only barthanssens has actually put up a Pull Request though.

@abrokenjester abrokenjester added this to the 2.2.1 milestone Mar 18, 2017
heshanjse pushed a commit to heshanjse/rdf4j that referenced this issue Mar 19, 2017
Signed-off-by: Heshan Jayasinghe <heshan.jayasinghe@gmail.com>
heshanjse added a commit to heshanjse/rdf4j that referenced this issue Mar 19, 2017
Signed-off-by: Heshan Jayasinghe <shanujse@gmail.com>
catch-point pushed a commit to catch-point/rdf4j that referenced this issue Apr 20, 2017
…#773-rdfjson-null

Fix eclipse-rdf4j#773: Check for handler not null instead of null
hmottestad pushed a commit that referenced this issue Apr 21, 2017
Fix #773: Check for handler not null instead of null
heshanjse pushed a commit to heshanjse/rdf4j that referenced this issue Aug 27, 2017
…#773-rdfjson-null

Fix eclipse-rdf4j#773: Check for handler not null instead of null
Signed-off-by: Heshan Jayasinghe <shanujse@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug issue is a bug
Projects
None yet
Development

No branches or pull requests

2 participants