Stian Soiland-Reyes created JENA-520:
----------------------------------------
Summary: NullPointerException in IO_Jena.resetJena()
Key: JENA-520
URL: https://issues.apache.org/jira/browse/JENA-520
Project: Apache Jena
Issue Type: Bug
Components: RIOT
Affects Versions: Jena 2.10.1
Reporter: Stian Soiland-Reyes
Priority: Minor
IO_JenaReaders.resetJena() (called by org.apache.jena.riot.IO_Jena.resetJena())
- threw a NullPointerException.
This is because it calls Property.setProperty("RDF/JSON", null) which does not
allow null as value.
My suggested patch is at https://github.com/apache/jena/pull/2/files
This patch also fixes a bug in that other readers and writers like RDF/XML and
RDF/XML-Abbrev were not reset.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira