mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 22:34:42 +00:00
Fix issue with pattern test :-(
This commit is contained in:
parent
8cd18aae93
commit
ffbbc498f7
@ -3307,7 +3307,7 @@ public abstract class BaseWorkerContext extends I18nBase implements IWorkerConte
|
||||
return (T) scs.getCs();
|
||||
}
|
||||
} else {
|
||||
throw new Error("Not supported");
|
||||
throw new Error("Not supported: doFindTxResource with type of "+class_.getName());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -471,7 +471,7 @@ public class StructureDefinitionValidator extends BaseValidator {
|
||||
if (VersionUtilities.isR5Plus(context.getVersion())) {
|
||||
warning(errors, "2024-11-06", IssueType.BUSINESSRULE, dStack, !"pattern".equals(type), I18nConstants.SD_PATH_SLICING_DEPRECATED_R5, type);
|
||||
} else {
|
||||
hint(errors, "2024-11-06", IssueType.BUSINESSRULE, dStack, ! !"pattern".equals(type), I18nConstants.SD_PATH_SLICING_DEPRECATED, type);
|
||||
hint(errors, "2024-11-06", IssueType.BUSINESSRULE, dStack, !"pattern".equals(type), I18nConstants.SD_PATH_SLICING_DEPRECATED, type);
|
||||
}
|
||||
String pathExp = discriminator.getNamedChildValue("path");
|
||||
if (ted != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user