Open dotasek opened 3 weeks ago
It looks like there are a few places in BaseValidator where there is a msg constant available that isn't passed along as the message id:
msg
https://github.com/hapifhir/org.hl7.fhir.core/blob/cde5d86fe008ccb01fc037aea0332ade1bd4f743/org.hl7.fhir.validation/src/main/java/org/hl7/fhir/validation/BaseValidator.java#L807
Is there a legitimate reason this isn't being passed along, or is this a mistake?
That one is a mistake. They might not all be mistakes though
It looks like there are a few places in BaseValidator where there is a
msg
constant available that isn't passed along as the message id:https://github.com/hapifhir/org.hl7.fhir.core/blob/cde5d86fe008ccb01fc037aea0332ade1bd4f743/org.hl7.fhir.validation/src/main/java/org/hl7/fhir/validation/BaseValidator.java#L807
Is there a legitimate reason this isn't being passed along, or is this a mistake?