Skip to content

Instantly share code, notes, and snippets.

@MobyWare
Last active March 21, 2017 19:18
Show Gist options
  • Save MobyWare/491698820680a0b2cda5f7e14ad467af to your computer and use it in GitHub Desktop.
Save MobyWare/491698820680a0b2cda5f7e14ad467af to your computer and use it in GitHub Desktop.
HAPI FHIR - Resthook errors
[INFO] [SecurityEventObjectType] Replacing numeric code 1 with description: Person
[INFO] [SecurityEventObjectType] Replacing numeric code 2 with description: System Object
[INFO] [SecurityEventObjectType] Replacing numeric code 3 with description: Organization
[INFO] [SecurityEventObjectType] Replacing numeric code 4 with description: Other
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hapi-fhir-structures-dstu ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 57 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ hapi-fhir-structures-dstu ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 207 source files to E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\target\classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hapi-fhir-structures-dstu ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 39 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ hapi-fhir-structures-dstu ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 115 source files to E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\target\test-classes
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ServerProvidedResourceScannerTest.java:68: error: cannot access BaseResource
public static class CustomPatient extends Patient {
^
class file for ca.uhn.fhir.model.dstu.resource.BaseResource not found
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\SearchSearchServerDstu1Test.java:49: error: cannot find symbol
import ca.uhn.fhir.model.dstu.composite.CodingDt;
^
symbol: class CodingDt
location: package ca.uhn.fhir.model.dstu.composite
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\model\primitive\IdDtTest.java:13: error: cannot find symbol
import ca.uhn.fhir.model.dstu.composite.ResourceReferenceDt;
^
symbol: class ResourceReferenceDt
location: package ca.uhn.fhir.model.dstu.composite
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\CompressionTest.java:27: error: cannot find symbol
import ca.uhn.fhir.model.dstu.composite.IdentifierDt;
^
symbol: class IdentifierDt
location: package ca.uhn.fhir.model.dstu.composite
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\narrative\DefaultThymeleafNarrativeGeneratorTest.java:15: error: cannot find symbol
import ca.uhn.fhir.model.dstu.composite.CodeableConceptDt;
^
symbol: class CodeableConceptDt
location: package ca.uhn.fhir.model.dstu.composite
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\narrative\DefaultThymeleafNarrativeGeneratorTest.java:16: error: cannot find symbol
import ca.uhn.fhir.model.dstu.composite.NarrativeDt;
^
symbol: class NarrativeDt
location: package ca.uhn.fhir.model.dstu.composite
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\narrative\DefaultThymeleafNarrativeGeneratorTest.java:17: error: cannot find symbol
import ca.uhn.fhir.model.dstu.composite.PeriodDt;
^
symbol: class PeriodDt
location: package ca.uhn.fhir.model.dstu.composite
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\narrative\DefaultThymeleafNarrativeGeneratorTest.java:20: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\interceptor\AuditingInterceptorTest.java:41: error: cannot find symbol
import ca.uhn.fhir.model.dstu.valueset.IdentifierUseEnum;
^
symbol: class IdentifierUseEnum
location: package ca.uhn.fhir.model.dstu.valueset
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\testmodel\Patient.java:45: error: cannot find symbol
public class Patient extends BaseResource implements IResource {
^
symbol: class BaseResource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\testmodel\IdentifierDt.java:77: error: cannot find symbol
private BoundCodeDt<IdentifierUseEnum> myUse;
^
symbol: class IdentifierUseEnum
location: class IdentifierDt
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\testmodel\IdentifierDt.java:105: error: cannot find symbol
private PeriodDt myPeriod;
^
symbol: class PeriodDt
location: class IdentifierDt
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\testmodel\IdentifierDt.java:114: error: cannot find symbol
private ResourceReferenceDt myAssigner;
^
symbol: class ResourceReferenceDt
location: class IdentifierDt
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\testmodel\IdentifierDt.java:139: error: cannot find symbol
public BoundCodeDt<IdentifierUseEnum> getUse() {
^
symbol: class IdentifierUseEnum
location: class IdentifierDt
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\testmodel\IdentifierDt.java:154: error: cannot find symbol
public void setUse(BoundCodeDt<IdentifierUseEnum> theValue) {
^
symbol: class IdentifierUseEnum
location: class IdentifierDt
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\testmodel\IdentifierDt.java:167: error: cannot find symbol
public void setUse(IdentifierUseEnum theValue) {
^
symbol: class IdentifierUseEnum
location: class IdentifierDt
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\testmodel\IdentifierDt.java:311: error: cannot find symbol
public PeriodDt getPeriod() {
^
symbol: class PeriodDt
location: class IdentifierDt
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\testmodel\IdentifierDt.java:326: error: cannot find symbol
public void setPeriod(PeriodDt theValue) {
^
symbol: class PeriodDt
location: class IdentifierDt
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\testmodel\IdentifierDt.java:342: error: cannot find symbol
public ResourceReferenceDt getAssigner() {
^
symbol: class ResourceReferenceDt
location: class IdentifierDt
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\testmodel\IdentifierDt.java:357: error: cannot find symbol
public void setAssigner(ResourceReferenceDt theValue) {
^
symbol: class ResourceReferenceDt
location: class IdentifierDt
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\JsonParserTest.java:51: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\JsonParserTest.java:52: error: package ca.uhn.fhir.model.dstu.resource.Conformance does not exist
import ca.uhn.fhir.model.dstu.resource.Conformance.RestResource;
^
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\JsonParserTest.java:59: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Profile;
^
symbol: class Profile
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\JsonParserTest.java:69: error: cannot find symbol
import ca.uhn.fhir.model.dstu.valueset.NarrativeStatusEnum;
^
symbol: class NarrativeStatusEnum
location: package ca.uhn.fhir.model.dstu.valueset
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\JsonParserTest.java:1475: error: cannot find symbol
private ResourceReferenceDt myFoo;
^
symbol: class ResourceReferenceDt
location: class MyPatientWithOneDeclaredExtension
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\JsonParserTest.java:1477: error: cannot find symbol
public ResourceReferenceDt getFoo() {
^
symbol: class ResourceReferenceDt
location: class MyPatientWithOneDeclaredExtension
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\JsonParserTest.java:1481: error: cannot find symbol
public void setFoo(ResourceReferenceDt theFoo) {
^
symbol: class ResourceReferenceDt
location: class MyPatientWithOneDeclaredExtension
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\param\TokenOrListParamTest.java:6: error: cannot find symbol
import ca.uhn.fhir.model.dstu.composite.CodingDt;
^
symbol: class CodingDt
location: package ca.uhn.fhir.model.dstu.composite
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\client\TagsClientTest.java:29: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\client\BinaryClientTest.java:27: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\model\primitive\CodingDtTest.java:9: error: cannot find symbol
import ca.uhn.fhir.model.dstu.composite.CodingDt;
^
symbol: class CodingDt
location: package ca.uhn.fhir.model.dstu.composite
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\MyPatient.java:27: error: cannot find symbol
private ResourceReferenceDt myManagingOrganization;
^
symbol: class ResourceReferenceDt
location: class MyPatient
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\MyPatient.java:36: error: cannot find symbol
private ResourceReferenceDt mySomeOrganization;
^
symbol: class ResourceReferenceDt
location: class MyPatient
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\MyPatient.java:45: error: cannot find symbol
public ResourceReferenceDt getManagingOrganization() {
^
symbol: class ResourceReferenceDt
location: class MyPatient
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\MyPatient.java:56: error: cannot find symbol
public ResourceReferenceDt getSomeOrganization() {
^
symbol: class ResourceReferenceDt
location: class MyPatient
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\MyPatient.java:72: error: cannot find symbol
public MyPatient setManagingOrganization(ResourceReferenceDt theManagingOrganization) {
^
symbol: class ResourceReferenceDt
location: class MyPatient
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\MyPatient.java:81: error: cannot find symbol
public void setSomeOrganization(ResourceReferenceDt theSomeOrganization) {
^
symbol: class ResourceReferenceDt
location: class MyPatient
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ServerInvalidDefinitionTest.java:21: error: cannot find symbol
import ca.uhn.fhir.model.dstu.composite.ContainedDt;
^
symbol: class ContainedDt
location: package ca.uhn.fhir.model.dstu.composite
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ServerInvalidDefinitionTest.java:22: error: cannot find symbol
import ca.uhn.fhir.model.dstu.composite.NarrativeDt;
^
symbol: class NarrativeDt
location: package ca.uhn.fhir.model.dstu.composite
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\XmlParserTest.java:56: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Composition;
^
symbol: class Composition
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\XmlParserTest.java:58: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\XmlParserTest.java:59: error: package ca.uhn.fhir.model.dstu.resource.Conformance does not exist
import ca.uhn.fhir.model.dstu.resource.Conformance.RestResource;
^
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\XmlParserTest.java:66: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Profile;
^
symbol: class Profile
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\XmlParserTest.java:74: error: cannot find symbol
import ca.uhn.fhir.model.dstu.valueset.NarrativeStatusEnum;
^
symbol: class NarrativeStatusEnum
location: package ca.uhn.fhir.model.dstu.valueset
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\validation\ResourceValidatorTest.java:20: error: cannot find symbol
import ca.uhn.fhir.model.dstu.valueset.ContactSystemEnum;
^
symbol: class ContactSystemEnum
location: package ca.uhn.fhir.model.dstu.valueset
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\BaseParserTest.java:13: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Composition;
^
symbol: class Composition
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\client\ClientServerValidationDstu1Test.java:28: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\client\SortClientTest.java:26: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\DynamicSearchTest.java:27: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\context\RuntimeResourceDefinitionTest.java:5: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Profile;
^
symbol: class Profile
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\context\RuntimeResourceDefinitionTest.java:6: error: package ca.uhn.fhir.model.dstu.resource.Profile does not exist
import ca.uhn.fhir.model.dstu.resource.Profile.ExtensionDefn;
^
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\context\RuntimeResourceDefinitionTest.java:7: error: package ca.uhn.fhir.model.dstu.resource.Profile does not exist
import ca.uhn.fhir.model.dstu.resource.Profile.Structure;
^
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\context\RuntimeResourceDefinitionTest.java:8: error: package ca.uhn.fhir.model.dstu.resource.Profile does not exist
import ca.uhn.fhir.model.dstu.resource.Profile.StructureElement;
^
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\client\TransactionClientTest.java:30: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\model\base\composite\BaseCodingDtTest.java:7: error: cannot find symbol
import ca.uhn.fhir.model.dstu.composite.CodingDt;
^
symbol: class CodingDt
location: package ca.uhn.fhir.model.dstu.composite
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\model\base\composite\BaseCodingDtTest.java:16: error: cannot find symbol
private final CodingDt myTokenWithSystem = new CodingDt("http://foo.org", "53");
^
symbol: class CodingDt
location: class BaseCodingDtTest
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\model\base\composite\BaseCodingDtTest.java:17: error: cannot find symbol
private final CodingDt myTokenWithEmptySystem = new CodingDt("", "53");
^
symbol: class CodingDt
location: class BaseCodingDtTest
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\model\base\composite\BaseCodingDtTest.java:18: error: cannot find symbol
private final CodingDt myTokenWithoutSystem = new CodingDt(null, "53");
^
symbol: class CodingDt
location: class BaseCodingDtTest
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\client\ClientDstu1Test.java:57: error: cannot find symbol
import ca.uhn.fhir.model.dstu.composite.CodingDt;
^
symbol: class CodingDt
location: package ca.uhn.fhir.model.dstu.composite
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\narrative\CustomThymeleafNarrativeGeneratorTest.java:10: error: cannot find symbol
import ca.uhn.fhir.model.dstu.composite.NarrativeDt;
^
symbol: class NarrativeDt
location: package ca.uhn.fhir.model.dstu.composite
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ReadDstu1Test.java:245: error: cannot find symbol
public BaseResource findOrganization(@IdParam IdDt theId) {
^
symbol: class BaseResource
location: class OrganizationProviderWithAbstractReturnType
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\ContainedResourceEncodingTest.java:22: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Composition;
^
symbol: class Composition
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\ContainedResourceEncodingTest.java:23: error: package ca.uhn.fhir.model.dstu.resource.Composition does not exist
import ca.uhn.fhir.model.dstu.resource.Composition.Section;
^
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\parser\ContainedResourceEncodingTest.java:46: error: cannot find symbol
private Composition comp;
^
symbol: class Composition
location: class ContainedResourceEncodingTest
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\RestfulServerSelfReferenceTest.java:188: error: cannot find symbol
public Patient getPatient(@RequiredParam(name = Patient.SP_IDENTIFIER) IdentifierDt theIdentifier) {
^
symbol: class IdentifierDt
location: class DummyPatientResourceProvider
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\CustomTypeTest.java:32: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Profile;
^
symbol: class Profile
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\client\IncludedResourceStitchingClientTest.java:28: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\client\StringClientTest.java:26: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\client\ReferenceClientTest.java:26: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\RestfulServerMethodTest.java:57: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\RestfulServerMethodTest.java:1180: error: cannot find symbol
public List<Patient> findDiagnosticReportsByPatient(@RequiredParam(name = "Patient.identifier") IdentifierDt thePatientId,
^
symbol: class IdentifierDt
location: class DummyPatientResourceProvider
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\RestfulServerMethodTest.java:1263: error: cannot find symbol
public Patient getPatient(@RequiredParam(name = Patient.SP_IDENTIFIER) IdentifierDt theIdentifier) {
^
symbol: class IdentifierDt
location: class DummyPatientResourceProvider
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\PlainProviderTest.java:240: error: cannot find symbol
public Patient findPatient(@RequiredParam(name = Patient.SP_IDENTIFIER) IdentifierDt theIdentifier) {
^
symbol: class IdentifierDt
location: class SearchProvider
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\context\ResourceWithExtensionsA.java:20: error: cannot find symbol
public class ResourceWithExtensionsA extends BaseResource {
^
symbol: class BaseResource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\context\ResourceWithExtensionsA.java:47: error: cannot find symbol
private CodeableConceptDt myBaz;
^
symbol: class CodeableConceptDt
location: class ResourceWithExtensionsA
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\context\ResourceWithExtensionsA.java:50: error: cannot find symbol
private List<IdentifierDt> myIdentifier;
^
symbol: class IdentifierDt
location: class ResourceWithExtensionsA
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\context\ResourceWithExtensionsA.java:68: error: cannot find symbol
public CodeableConceptDt getBaz() { return myBaz; }
^
symbol: class CodeableConceptDt
location: class ResourceWithExtensionsA
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\context\ResourceWithExtensionsA.java:70: error: cannot find symbol
public List<IdentifierDt> getIdentifier() {
^
symbol: class IdentifierDt
location: class ResourceWithExtensionsA
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\context\ResourceWithExtensionsA.java:90: error: cannot find symbol
public void setBaz(CodeableConceptDt myBaz) { this.myBaz = myBaz; }
^
symbol: class CodeableConceptDt
location: class ResourceWithExtensionsA
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\context\ResourceWithExtensionsA.java:92: error: cannot find symbol
public void setIdentifier(List<IdentifierDt> theValue) {
^
symbol: class IdentifierDt
location: class ResourceWithExtensionsA
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\IncludeTest.java:489: error: cannot find symbol
private ResourceReferenceDt mySecondOrg;
^
symbol: class ResourceReferenceDt
location: class ExtPatient
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\IncludeTest.java:491: error: cannot find symbol
public ResourceReferenceDt getSecondOrg() {
^
symbol: class ResourceReferenceDt
location: class ExtPatient
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\IncludeTest.java:503: error: cannot find symbol
public void setSecondOrg(ResourceReferenceDt theSecondOrg) {
^
symbol: class ResourceReferenceDt
location: class ExtPatient
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\client\SearchClientDstu1Test.java:34: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ServerConformanceProviderTest.java:21: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ServerConformanceProviderTest.java:22: error: package ca.uhn.fhir.model.dstu.resource.Conformance does not exist
import ca.uhn.fhir.model.dstu.resource.Conformance.Rest;
^
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ServerConformanceProviderTest.java:23: error: package ca.uhn.fhir.model.dstu.resource.Conformance does not exist
import ca.uhn.fhir.model.dstu.resource.Conformance.RestQuery;
^
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ServerConformanceProviderTest.java:24: error: package ca.uhn.fhir.model.dstu.resource.Conformance does not exist
import ca.uhn.fhir.model.dstu.resource.Conformance.RestResource;
^
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ServerConformanceProviderTest.java:37: error: cannot find symbol
import ca.uhn.fhir.rest.server.provider.ServerConformanceProvider;
^
symbol: class ServerConformanceProvider
location: package ca.uhn.fhir.rest.server.provider
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ServerConformanceProviderTest.java:182: error: cannot find symbol
@RequiredParam(name = Patient.SP_IDENTIFIER) IdentifierDt theIdentifier) {
^
symbol: class IdentifierDt
location: class SearchProvider
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ServerConformanceProviderTest.java:198: error: cannot find symbol
@OptionalParam(name = Patient.SP_IDENTIFIER) IdentifierDt theIdentifier,
^
symbol: class IdentifierDt
location: class MultiOptionalProvider
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ServerConformanceProviderTest.java:212: error: cannot find symbol
@RequiredParam(name=DiagnosticReport.SP_SUBJECT + '.' + Patient.SP_IDENTIFIER) IdentifierDt thePatientId,
^
symbol: class IdentifierDt
location: class ProviderWithRequiredAndOptional
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ReferenceParameterTest.java:32: error: cannot find symbol
import ca.uhn.fhir.model.dstu.resource.Conformance;
^
symbol: class Conformance
location: package ca.uhn.fhir.model.dstu.resource
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ReferenceParameterTest.java:33: error: package ca.uhn.fhir.model.dstu.resource.Conformance does not exist
import ca.uhn.fhir.model.dstu.resource.Conformance.RestResource;
^
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ReferenceParameterTest.java:34: error: package ca.uhn.fhir.model.dstu.resource.Conformance does not exist
import ca.uhn.fhir.model.dstu.resource.Conformance.RestResourceSearchParam;
^
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\server\ReferenceParameterTest.java:39: error: cannot find symbol
import ca.uhn.fhir.model.dstu.valueset.ResourceTypeEnum;
^
symbol: class ResourceTypeEnum
location: package ca.uhn.fhir.model.dstu.valueset
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\testmodel\IdentifierDt.java:100: error: cannot find symbol
@Child(name="period", type=PeriodDt.class, order=4, min=0, max=1)
^
symbol: class PeriodDt
location: class IdentifierDt
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\client\BinaryClientTest.java:106: error: incompatible types: Class<Binary> cannot be converted to Class<? extends IResource>
@Create(type = Binary.class)
^
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\context\ResourceWithExtensionsA.java:44: error: cannot find symbol
@Child(name="baz", type = CodeableConceptDt.class, order = 4)
^
symbol: class CodeableConceptDt
location: class ResourceWithExtensionsA
E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\context\ResourceWithExtensionsA.java:49: error: cannot find symbol
@Child(name = "identifier", type = IdentifierDt.class, order = 0, min = 0, max = Child.MAX_UNLIMITED)
^
symbol: class IdentifierDt
location: class ResourceWithExtensionsA
Note: E:\Projects\UPMC\RAKIA\repos\hapi-fhir-rest-subscription\hapi-fhir-structures-dstu\src\test\java\ca\uhn\fhir\rest\client\TagsClientTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
100 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment