FHIR Chat · Bug in InstanceValidator · conformance

Stream: conformance

Topic: Bug in InstanceValidator


view this post on Zulip 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

view this post on Zulip Grahame Grieve (Jun 12 2018 at 09:43):

ouch. fixed


Last updated: Apr 12 2022 at 19:14 UTC