Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] bug #773

if (rdfHandler != null) {rdfHandler.startRDF();}

That is the correct fix. 

Your test doesn't seem to test the nullpointer code path. You're test should fail before you fix the issue, and when you fix the issue your test should pass. 

Håvard

On 18 Mar 2017, at 09:17, Heshan Jayasinghe <shanujse@xxxxxxxxx> wrote:

if (rdfHandler != null) {rdfHandler.startRDF();}

Back to the top