bvosburgh-tq commented on pull request #1147: URL: https://github.com/apache/jena/pull/1147#issuecomment-1010673561
Yes, I could see the initialization gets complicated. : ) I ran into this NPE when I created some tests for a new implementation of `WriterGraphRIOT`. I wanted to simply register the writer and write some `Model`s. This seemed like an easy and maybe obvious fix to the NPE. My workaround was to add a call to `JenaSystem.init()` in the test setup; but that seemed like overkill for what are pretty simple, standalone-ish tests. Anyway: thank you for merging this PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
