mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-28 09:09:16 +00:00
travis....
This commit is contained in:
parent
c8535b72b6
commit
2b0a800d98
@ -48,6 +48,7 @@ import java.util.Set;
|
||||
import java.util.TreeMap;
|
||||
import java.util.TreeSet;
|
||||
|
||||
import org.apache.commons.io.IOUtils;
|
||||
import org.hl7.fhir.instance.model.api.IAnyResource;
|
||||
import org.hl7.fhir.instance.model.api.IBase;
|
||||
import org.hl7.fhir.instance.model.api.IBaseBackboneElement;
|
||||
@ -197,7 +198,11 @@ class ModelScanner {
|
||||
|
||||
// FIXME: remove
|
||||
if (myVersionTypes.contains(CodeDt.class) == false) {
|
||||
throw new ConfigurationException("Did not request CodeDt: " + myVersionTypes);
|
||||
try {
|
||||
throw new ConfigurationException("Did not request CodeDt1: " + myVersionTypes + "\ndatatypes: " + theDatatypes + "\n\n" + IOUtils.toString(myVersion.getVersionImplementation().getFhirVersionPropertiesFile()));
|
||||
} catch (IOException e) {
|
||||
throw new ConfigurationException("FAILED: " + e.toString());
|
||||
}
|
||||
}
|
||||
|
||||
// toScan.add(DateDt.class);
|
||||
|
@ -157,7 +157,7 @@ public class RuntimeChildUndeclaredExtensionDefinition extends BaseRuntimeChildD
|
||||
|
||||
// FIXME: remove
|
||||
if (theClassToElementDefinitions.containsKey(CodeDt.class) == false) {
|
||||
throw new ConfigurationException("Did not request CodeDt: " + (theClassToElementDefinitions.keySet()));
|
||||
throw new ConfigurationException("Did not request CodeDt2: " + (theClassToElementDefinitions.keySet()));
|
||||
}
|
||||
|
||||
// for (theContext.get)
|
||||
|
Loading…
x
Reference in New Issue
Block a user