Stream: conformance
Topic: Bug in InstanceValidator
Michael Lawley (Jun 12 2018 at 06:43):
line 1920 of InstanceValidator is
if (we.getChildValue("fullUrl").equals(targetUrl)) {
which throws a NullPointerException when the fullUrl is missing, ultimately resulting in an unsatisfactory Unexpected failure while validating resource
error message
Grahame Grieve (Jun 12 2018 at 09:43):
ouch. fixed
Last updated: Apr 12 2022 at 19:14 UTC