Fix memory issue

This commit is contained in:
jamesagnew 2023-08-28 13:35:32 -04:00
parent c91376f3b9
commit d753b9ea1d
13 changed files with 16 additions and 16 deletions

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.6.97</version>
<version>5.6.971ja</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.6.97</version>
<version>5.6.971ja</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.6.97</version>
<version>5.6.971ja</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.6.97</version>
<version>5.6.971ja</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.6.97</version>
<version>5.6.971ja</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.6.97</version>
<version>5.6.971ja</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.6.97</version>
<version>5.6.971ja</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -112,7 +112,7 @@ public class FHIRPathEngine {
private enum Equality { Null, True, False }
private class FHIRConstant extends Base {
private static class FHIRConstant extends Base {
private static final long serialVersionUID = -8933773658248269439L;
private String value;
@ -149,7 +149,7 @@ public class FHIRPathEngine {
}
}
private class ClassTypeInfo extends Base {
private static class ClassTypeInfo extends Base {
private static final long serialVersionUID = 4909223114071029317L;
private Base instance;
@ -1019,7 +1019,7 @@ public class FHIRPathEngine {
}
}
private class ExecutionTypeContext {
private static class ExecutionTypeContext {
private Object appInfo;
private String resource;
private TypeDetails context;
@ -5605,7 +5605,7 @@ public class FHIRPathEngine {
return result;
}
public class ElementDefinitionMatch {
public static class ElementDefinitionMatch {
private ElementDefinition definition;
private String fixedType;
public ElementDefinitionMatch(ElementDefinition definition, String fixedType) {

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.6.97</version>
<version>5.6.971ja</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.6.97</version>
<version>5.6.971ja</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.6.97</version>
<version>5.6.971ja</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.6.97</version>
<version>5.6.971ja</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -14,7 +14,7 @@
HAPI FHIR
-->
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.6.97</version>
<version>5.6.971ja</version>
<packaging>pom</packaging>
<properties>