[ 
https://issues.apache.org/jira/browse/JENA-520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13748784#comment-13748784
 ] 

Hudson commented on JENA-520:
-----------------------------

UNSTABLE: Integrated in Jena_Development_Test #862 (See 
[https://builds.apache.org/job/Jena_Development_Test/862/])
JENA-520 and JENA-521 (andy: rev 1516942)
* 
/jena/trunk/jena-arq/src/main/java/org/apache/jena/riot/system/IO_JenaReaders.java
* 
/jena/trunk/jena-arq/src/main/java/org/apache/jena/riot/system/IO_JenaWriters.java
* 
/jena/trunk/jena-arq/src/test/java/org/apache/jena/riot/system/TS_RiotSystem.java
* 
/jena/trunk/jena-arq/src/test/java/org/apache/jena/riot/system/TestIO_JenaReaders.java
* 
/jena/trunk/jena-arq/src/test/java/org/apache/jena/riot/system/TestIO_JenaWriters.java

                
> 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
>            Assignee: Andy Seaborne
>            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 the bug JENA-521 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

Reply via email to