tsantalis / RefactoringMiner

MIT License
354 stars 136 forks source link

Timeout Exception hapifhir/hapi-fhir be5c5eb #641

Closed victorgveloso closed 7 months ago

victorgveloso commented 7 months ago

https://github.com/hapifhir/hapi-fhir/commit/be5c5ebecde889e5e91784e300c943a35d50c253 timed out

72220495 [main] ERROR b.u.d.l.r.o.AnalyzeProjectsHandler - Error analyzing commit be5c5ebecde889e5e91784e300c943a35d50c253
java.util.concurrent.TimeoutException: null
    at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:204)
    at org.refactoringminer.rm1.GitHistoryRefactoringMinerImpl.detect(GitHistoryRefactoringMinerImpl.java:762)
    at org.refactoringminer.rm1.GitHistoryRefactoringMinerImpl.detectAll(GitHistoryRefactoringMinerImpl.java:808)
    at br.ufmg.dcc.labsoft.refactoringanalyzer.operations.AnalyzeAllCommits.lambda$analyzeProject$0(AnalyzeAllCommits.java:61)
    at br.ufmg.dcc.labsoft.refactoringanalyzer.operations.TaskWithProjectLock.extractProjectPath(TaskWithProjectLock.java:49)
    at br.ufmg.dcc.labsoft.refactoringanalyzer.operations.AnalyzeAllCommits.analyzeProject(AnalyzeAllCommits.java:52)
    at br.ufmg.dcc.labsoft.refactoringanalyzer.operations.AnalyzeAllCommits.doTask(AnalyzeAllCommits.java:45)
    at br.ufmg.dcc.labsoft.refactoringanalyzer.operations.TaskWithProjectLock.doTask(TaskWithProjectLock.java:75)
    at br.ufmg.dcc.labsoft.refactoringanalyzer.operations.AnalyzeAllCommits.main(AnalyzeAllCommits.java:27)
tsantalis commented 7 months ago

Finished in 10 minutes

Refactorings at be5c5ebecde889e5e91784e300c943a35d50c253 Move Method public main(args String[]) : void from class MinimizeResources to public main(args String[]) : void from class ca.uhn.fhir.context.copy.ExtensionTest Change Variable Type bundle : Bundle to patient : MyPatient in method public main(args String[]) : void from class ca.uhn.fhir.context.copy.ExtensionTest Rename Variable output : String to messageString : String in method public main(args String[]) : void from class ca.uhn.fhir.context.copy.ExtensionTest Rename Variable bundle : Bundle to patient : MyPatient in method public main(args String[]) : void from class ca.uhn.fhir.context.copy.ExtensionTest Add Method Annotation @SuppressWarnings("unused") in method public main(args String[]) : void from class ca.uhn.fhir.context.copy.ExtensionTest Change Thrown Exception Type Exception to [DataFormatException, IOException] in method public main(args String[]) : void from class ca.uhn.fhir.context.copy.ExtensionTest Move Method public afterClassClearContext() : void from class MinimizeResources to public afterClassClearContext() : void from class ca.uhn.fhir.context.copy.ExtensionTest Move Attribute private ourLog : org.slf4j.Logger from class MinimizeResources to private ourLog : org.slf4j.Logger from class ca.uhn.fhir.context.copy.ExtensionTest Move Attribute private ourCtx : FhirContext from class MinimizeResources to private ourCtx : FhirContext from class ca.uhn.fhir.context.copy.ExtensionTest Move Attribute private ourLog : org.slf4j.Logger from class test.TestCustomStructures to private ourLog : org.slf4j.Logger from class ca.uhn.fhir.context.copy.ExtensionTest Move Class ca.uhn.fhir.rest.client.BaseClient moved to ca.uhn.fhir.rest.client.impl.BaseClient Move Class ca.uhn.fhir.rest.client.BaseHttpClientInvocation moved to ca.uhn.fhir.rest.client.impl.BaseHttpClientInvocation Move Class ca.uhn.fhir.rest.client.ClientInvocationHandler moved to ca.uhn.fhir.rest.client.impl.ClientInvocationHandler Move Class ca.uhn.fhir.rest.client.ClientInvocationHandlerFactory moved to ca.uhn.fhir.rest.client.impl.ClientInvocationHandlerFactory Move Class ca.uhn.fhir.rest.client.HttpBasicAuthInterceptor moved to ca.uhn.fhir.rest.client.impl.HttpBasicAuthInterceptor Move Class ca.uhn.fhir.rest.client.IClientInterceptor moved to ca.uhn.fhir.rest.client.api.IClientInterceptor Move Class ca.uhn.fhir.rest.client.IRestfulClientFactory moved to ca.uhn.fhir.rest.client.api.IRestfulClientFactory Move Class ca.uhn.fhir.rest.client.RestfulClientFactory moved to ca.uhn.fhir.rest.client.impl.RestfulClientFactory Move Class ca.uhn.fhir.rest.client.ServerValidationModeEnum moved to ca.uhn.fhir.rest.client.api.ServerValidationModeEnum Move Class ca.uhn.fhir.rest.method.AtParameter moved to ca.uhn.fhir.rest.client.method.AtParameter Move Class ca.uhn.fhir.rest.method.BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody moved to ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody Move Class ca.uhn.fhir.rest.method.CreateMethodBinding moved to ca.uhn.fhir.rest.client.method.CreateMethodBinding Move Class ca.uhn.fhir.rest.method.HttpDeleteClientInvocation moved to ca.uhn.fhir.rest.client.method.HttpDeleteClientInvocation Move Class ca.uhn.fhir.rest.method.HttpGetClientInvocation moved to ca.uhn.fhir.rest.client.method.HttpGetClientInvocation Move Class ca.uhn.fhir.rest.method.HttpPatchClientInvocation moved to ca.uhn.fhir.rest.client.method.HttpPatchClientInvocation Move Class ca.uhn.fhir.rest.method.HttpPutClientInvocation moved to ca.uhn.fhir.rest.client.method.HttpPutClientInvocation Move Class ca.uhn.fhir.rest.method.HttpSimpleGetClientInvocation moved to ca.uhn.fhir.rest.client.method.HttpSimpleGetClientInvocation Move Class ca.uhn.fhir.rest.method.IClientResponseHandler moved to ca.uhn.fhir.rest.client.method.IClientResponseHandler Move Class ca.uhn.fhir.rest.method.IClientResponseHandlerHandlesBinary moved to ca.uhn.fhir.rest.client.method.IClientResponseHandlerHandlesBinary Move Class ca.uhn.fhir.rest.method.IRestfulHeader moved to ca.uhn.fhir.rest.client.method.IRestfulHeader Move Class ca.uhn.fhir.rest.method.IncludeParameter moved to ca.uhn.fhir.rest.client.method.IncludeParameter Move Class ca.uhn.fhir.rest.method.OperationParameter.IOperationParamConverter moved to ca.uhn.fhir.rest.client.method.OperationParameter.IOperationParamConverter Move Class ca.uhn.fhir.rest.method.OperationParameter.OperationParamConverter moved to ca.uhn.fhir.rest.client.method.OperationParameter.OperationParamConverter Move Class ca.uhn.fhir.rest.method.SearchParameter moved to ca.uhn.fhir.rest.server.method.SearchParameter Move Class ca.uhn.fhir.rest.method.SinceOrAtParameter moved to ca.uhn.fhir.rest.server.method.SinceOrAtParameter Move Class ca.uhn.fhir.rest.method.SinceParameter moved to ca.uhn.fhir.rest.client.method.SinceParameter Move Class ca.uhn.fhir.rest.method.ValidateMethodBindingDstu2Plus moved to ca.uhn.fhir.rest.client.method.ValidateMethodBindingDstu2Plus Move Class ca.uhn.fhir.rest.param.CollectionBinder moved to ca.uhn.fhir.rest.param.binder.CollectionBinder Move Class ca.uhn.fhir.rest.server.IBundleProvider moved to ca.uhn.fhir.rest.api.server.IBundleProvider Move Class ca.uhn.fhir.rest.server.IRestfulServer moved to ca.uhn.fhir.rest.api.server.IRestfulServer Move Class ca.uhn.fhir.util.ITestingUiClientFactory moved to ca.uhn.fhir.rest.server.util.ITestingUiClientFactory Move Class ca.uhn.fhir.rest.client.ReferenceClientTest.IClient moved to ca.uhn.fhir.rest.client.StringClientTest.IClient Move Class org.hl7.fhir.instance.validation.IResourceValidator.BestPracticeWarningLevel moved to org.hl7.fhir.instance.utils.IResourceValidator.BestPracticeWarningLevel Move Class org.hl7.fhir.instance.validation.IResourceValidator.CheckDisplayOption moved to org.hl7.fhir.instance.utils.IResourceValidator.CheckDisplayOption Move Class ca.uhn.fhir.rest.client.GenericClient moved to ca.uhn.fhir.rest.client.impl.GenericClient Move Class ca.uhn.fhir.rest.client.IGenericClient moved to ca.uhn.fhir.rest.client.api.IGenericClient Move Class ca.uhn.fhir.rest.method.AddTagsMethodBinding moved to ca.uhn.fhir.rest.server.method.AddTagsMethodBinding Move Class ca.uhn.fhir.rest.method.BaseAddOrDeleteTagsMethodBinding moved to ca.uhn.fhir.rest.server.method.BaseAddOrDeleteTagsMethodBinding Move Class ca.uhn.fhir.rest.method.BaseHttpClientInvocationWithContents moved to ca.uhn.fhir.rest.client.method.BaseHttpClientInvocationWithContents Move Class ca.uhn.fhir.rest.method.BaseMethodBinding moved to ca.uhn.fhir.rest.server.method.BaseMethodBinding Move Class ca.uhn.fhir.rest.method.BaseOutcomeReturningMethodBinding moved to ca.uhn.fhir.rest.server.method.BaseOutcomeReturningMethodBinding Move Class ca.uhn.fhir.rest.method.BaseOutcomeReturningMethodBindingWithResourceParam moved to ca.uhn.fhir.rest.server.method.BaseOutcomeReturningMethodBindingWithResourceParam Move Class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding moved to ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding Move Class ca.uhn.fhir.rest.method.ConditionalParamBinder moved to ca.uhn.fhir.rest.server.method.ConditionalParamBinder Move Class ca.uhn.fhir.rest.method.ConformanceMethodBinding moved to ca.uhn.fhir.rest.server.method.ConformanceMethodBinding Move Class ca.uhn.fhir.rest.method.CountParameter moved to ca.uhn.fhir.rest.server.method.CountParameter Move Class ca.uhn.fhir.rest.method.DeleteMethodBinding moved to ca.uhn.fhir.rest.client.method.DeleteMethodBinding Move Class ca.uhn.fhir.rest.method.DeleteTagsMethodBinding moved to ca.uhn.fhir.rest.server.method.DeleteTagsMethodBinding Move Class ca.uhn.fhir.rest.method.DynamicSearchMethodBinding moved to ca.uhn.fhir.rest.server.method.DynamicSearchMethodBinding Move Class ca.uhn.fhir.rest.method.DynamicSearchParameter moved to ca.uhn.fhir.rest.server.method.DynamicSearchParameter Move Class ca.uhn.fhir.rest.method.ElementsParameter moved to ca.uhn.fhir.rest.server.method.ElementsParameter Move Class ca.uhn.fhir.rest.method.HistoryMethodBinding moved to ca.uhn.fhir.rest.client.method.HistoryMethodBinding Move Class ca.uhn.fhir.rest.method.HttpPostClientInvocation moved to ca.uhn.fhir.rest.client.method.HttpPostClientInvocation Move Class ca.uhn.fhir.rest.method.IParameter moved to ca.uhn.fhir.rest.client.method.IParameter Move Class ca.uhn.fhir.rest.method.MethodUtil moved to ca.uhn.fhir.rest.client.method.MethodUtil Move Class ca.uhn.fhir.rest.method.NullParameter moved to ca.uhn.fhir.rest.client.method.NullParameter Move Class ca.uhn.fhir.rest.method.OperationParameter moved to ca.uhn.fhir.rest.server.method.OperationParameter Move Class ca.uhn.fhir.rest.method.PageMethodBinding moved to ca.uhn.fhir.rest.server.method.PageMethodBinding Move Class ca.uhn.fhir.rest.method.PatchMethodBinding moved to ca.uhn.fhir.rest.client.method.PatchMethodBinding Move Class ca.uhn.fhir.rest.method.PatchTypeParameter moved to ca.uhn.fhir.rest.server.method.PatchTypeParameter Move Class ca.uhn.fhir.rest.method.RawParamsParmeter moved to ca.uhn.fhir.rest.server.method.RawParamsParmeter Move Class ca.uhn.fhir.rest.method.ReadMethodBinding moved to ca.uhn.fhir.rest.client.method.ReadMethodBinding Move Class ca.uhn.fhir.rest.method.RequestDetailsParameter moved to ca.uhn.fhir.rest.server.method.RequestDetailsParameter Move Class ca.uhn.fhir.rest.method.SearchMethodBinding.QualifierDetails moved to ca.uhn.fhir.rest.param.QualifierDetails Move Class ca.uhn.fhir.rest.method.SearchMethodBinding moved to ca.uhn.fhir.rest.server.method.SearchMethodBinding Move Class ca.uhn.fhir.rest.method.ServerBaseParamBinder moved to ca.uhn.fhir.rest.client.method.ServerBaseParamBinder Move Class ca.uhn.fhir.rest.method.ServletRequestParameter moved to ca.uhn.fhir.rest.server.method.ServletRequestParameter Move Class ca.uhn.fhir.rest.method.ServletResponseParameter moved to ca.uhn.fhir.rest.server.method.ServletResponseParameter Move Class ca.uhn.fhir.rest.method.SortParameter moved to ca.uhn.fhir.rest.client.method.SortParameter Move Class ca.uhn.fhir.rest.method.SummaryEnumParameter moved to ca.uhn.fhir.rest.server.method.SummaryEnumParameter Move Class ca.uhn.fhir.rest.method.TransactionMethodBinding moved to ca.uhn.fhir.rest.client.method.TransactionMethodBinding Move Class ca.uhn.fhir.rest.method.UpdateMethodBinding moved to ca.uhn.fhir.rest.client.method.UpdateMethodBinding Move Class ca.uhn.fhir.rest.server.IRestfulResponse moved to ca.uhn.fhir.rest.api.server.IRestfulResponse Move Class ca.uhn.fhir.rest.method.BaseBinder moved to ca.uhn.fhir.rest.param.binder.BaseBinder Move Class ca.uhn.fhir.rest.method.BaseJavaPrimitiveBinder moved to ca.uhn.fhir.rest.param.binder.BaseJavaPrimitiveBinder Move Class ca.uhn.fhir.rest.method.CalendarBinder moved to ca.uhn.fhir.rest.param.binder.CalendarBinder Move Class ca.uhn.fhir.rest.method.DateBinder moved to ca.uhn.fhir.rest.param.binder.DateBinder Move Class ca.uhn.fhir.rest.method.FhirPrimitiveBinder moved to ca.uhn.fhir.rest.param.binder.FhirPrimitiveBinder Move Class ca.uhn.fhir.rest.method.IParamBinder moved to ca.uhn.fhir.rest.param.binder.IParamBinder Move Class ca.uhn.fhir.rest.method.QueryParameterAndBinder moved to ca.uhn.fhir.rest.param.binder.QueryParameterAndBinder Move Class ca.uhn.fhir.rest.method.QueryParameterOrBinder moved to ca.uhn.fhir.rest.param.binder.QueryParameterOrBinder Move Class ca.uhn.fhir.rest.method.QueryParameterTypeBinder moved to ca.uhn.fhir.rest.param.binder.QueryParameterTypeBinder Move Class ca.uhn.fhir.rest.method.StringBinder moved to ca.uhn.fhir.rest.param.binder.StringBinder Move Class ca.uhn.fhir.rest.method.IRequestOperationCallback moved to ca.uhn.fhir.rest.api.server.IRequestOperationCallback Move Class ca.uhn.fhir.rest.method.ParseAction moved to ca.uhn.fhir.rest.api.server.ParseAction Move Class ca.uhn.fhir.rest.method.RequestDetails moved to ca.uhn.fhir.rest.api.server.RequestDetails Move Class ca.uhn.fhir.rest.method.QualifiedParamList moved to ca.uhn.fhir.rest.api.QualifiedParamList Move Class ca.uhn.fhir.rest.method.RestSearchParameterTypeEnum moved to ca.uhn.fhir.rest.api.RestSearchParameterTypeEnum Move Class ca.uhn.fhir.rest.method.SearchStyleEnum moved to ca.uhn.fhir.rest.api.SearchStyleEnum Move Class ca.uhn.fhir.rest.method.QualifiedParamListTest moved to ca.uhn.fhir.rest.api.QualifiedParamListTest Move Class ca.uhn.fhir.rest.server.AddProfileTagEnum moved to ca.uhn.fhir.context.api.AddProfileTagEnum Move Class ca.uhn.fhir.rest.server.BundleInclusionRule moved to ca.uhn.fhir.context.api.BundleInclusionRule Move Class ca.uhn.fhir.rest.param.BaseQueryParameter moved to ca.uhn.fhir.rest.server.method.BaseQueryParameter Move Class ca.uhn.fhir.rest.param.ResourceParameter moved to ca.uhn.fhir.rest.server.method.ResourceParameter Move Class ca.uhn.fhir.rest.param.TransactionParameter moved to ca.uhn.fhir.rest.server.method.TransactionParameter Move Class ca.uhn.fhir.rest.server.Constants moved to ca.uhn.fhir.rest.api.Constants Move Class ca.uhn.fhir.rest.server.EncodingEnum moved to ca.uhn.fhir.rest.api.EncodingEnum Move Class ca.uhn.fhir.rest.server.IVersionSpecificBundleFactory moved to ca.uhn.fhir.rest.api.IVersionSpecificBundleFactory Move Package org.hl7.fhir.instance.hapi.validation to org.hl7.fhir.r4.hapi.ctx Move Class org.hl7.fhir.instance.hapi.validation.HapiWorkerContext moved to org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext Move Package org.hl7.fhir.instance.validation to org.hl7.fhir.r4.utils Move Class org.hl7.fhir.instance.validation.IResourceValidator moved to org.hl7.fhir.r4.utils.IResourceValidator Move Class org.hl7.fhir.instance.validation.InstanceValidator moved to org.hl7.fhir.dstu3.validation.InstanceValidator Move Source Folder hapi-fhir-base to hapi-fhir-client Move Source Folder hapi-fhir-base to hapi-fhir-server Move Source Folder hapi-fhir-base to hapi-fhir-utilities Move Source Folder hapi-fhir-structures-dstu to hapi-fhir-structures-r4 Move Source Folder hapi-fhir-structures-hl7org-dstu2 to hapi-fhir-validation Move And Rename Class ca.uhn.fhir.rest.client.GenericClient.TagListResponseHandler moved and renamed to ca.uhn.fhir.rest.client.impl.GenericClient.ResourceListResponseHandler Move And Rename Class ca.uhn.fhir.jpa.provider.QuestionnaireResourceProvider moved and renamed to ca.uhn.fhir.jpa.provider.r4.QuestionnaireResourceProviderR4 Move And Rename Class ca.uhn.fhirtest.PopulateProfiles moved and renamed to org.hl7.fhir.r4.test.SingleTest Rename Class ca.uhn.fhir.rest.method.MethodUtilTest renamed to ca.uhn.fhir.rest.method.ParameterUtilTest Move And Rename Class org.hl7.fhir.instance.validation.ValidationMessage.Source moved and renamed to ca.uhn.fhir.rest.client.method.ResourceParameter.Mode Move And Rename Class ca.uhn.fhir.rest.client.GenericClient.CreateInternal moved and renamed to ca.uhn.fhir.rest.client.impl.GenericClient.UpdateInternal Move And Rename Class ca.uhn.fhir.rest.method.RequestOperationCallbackParameter moved and renamed to ca.uhn.fhir.rest.server.method.NullParameter Move And Rename Class ca.uhn.fhir.rest.client.GenericClient.UpdateInternal moved and renamed to ca.uhn.fhir.rest.client.impl.GenericClient.CreateInternal Move And Rename Class ca.uhn.fhir.rest.method.GetTagsMethodBinding moved and renamed to ca.uhn.fhir.rest.server.method.HistoryMethodBinding Move And Rename Class ca.uhn.fhir.jpa.dao.FhirResourceDaoDstu1 moved and renamed to ca.uhn.fhir.jpa.dao.r4.FhirResourceDaoR4 Move And Rename Class ca.uhn.fhir.jpa.dao.FhirSystemDaoDstu1 moved and renamed to ca.uhn.fhir.jpa.dao.r4.FhirSystemDaoR4 Move And Rename Class ca.uhn.fhir.jpa.provider.JpaConformanceProviderDstu1 moved and renamed to ca.uhn.fhir.jpa.provider.r4.JpaConformanceProviderR4 Move And Rename Class ca.uhn.fhir.rest.server.interceptor.AuditingInterceptorTest moved and renamed to ca.uhn.fhir.rest.server.SearchSortR4Test Rename Class ca.uhn.fhirtest.config.TestDstu1Config renamed to ca.uhn.fhirtest.config.TestR4Config Rename Class ca.uhn.fhir.rest.client.ClientDstu1Test renamed to ca.uhn.fhir.rest.client.ClientR4Test Rename Class ca.uhn.fhir.rest.client.SearchClientDstu1Test renamed to ca.uhn.fhir.rest.client.SearchClientTest Move And Rename Class ca.uhn.fhir.rest.server.interceptor.AuditingInterceptorTest moved and renamed to ca.uhn.fhir.rest.server.SearchBundleProviderWithNoSizeR4Test Move And Rename Class ca.uhn.fhir.rest.client.BundleTypeTest moved and renamed to ca.uhn.fhir.jpa.provider.r4.SystemProviderR4Test Rename Class ca.uhn.fhir.validation.FhirInstanceValidatorTest renamed to ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Rename Class ca.uhn.fhir.validation.QuestionnaireResponseValidatorTest renamed to ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Move And Rename Class test.TestCustomStructures moved and renamed to ca.uhn.fhir.parser.CustomTypeR4Test Move And Rename Class ca.uhn.fhir.rest.client.GenericClient.GetTagsInternal moved and renamed to ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move And Rename Class ca.uhn.fhir.rest.client.GenericClient.SearchInternal moved and renamed to ca.uhn.fhir.rest.client.impl.GenericClient.BaseSearch Move And Rename Class ca.uhn.fhir.rest.client.GenericClient.SearchInternal moved and renamed to ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move And Rename Class ca.uhn.fhir.rest.server.interceptor.AuditingInterceptorTest.DummyPatientResourceProvider moved and renamed to ca.uhn.fhir.rest.server.SearchBundleProviderWithNoSizeR4Test.DummyPatientResourceProvider Move And Rename Class ca.uhn.fhir.rest.server.interceptor.AuditingInterceptorTest.DummyPatientResourceProvider moved and renamed to ca.uhn.fhir.rest.server.SearchSortR4Test.DummyPatientResourceProvider Move Package ca.uhn.fhir.rest.server.interceptor to ca.uhn.fhir.rest.server Merge Class [MinimizeResources, test.TestCustomStructures] merged to ca.uhn.fhir.context.copy.ExtensionTest Move Package to ca.uhn.fhir.context.copy Split Class ca.uhn.fhir.rest.client.GenericClient.CriterionList split to [ca.uhn.fhir.jpa.dao.MetadataKeyResourcePid, org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.r4.model.BaseBinary, org.hl7.fhir.r4.model.BaseResource] Split Class ca.uhn.fhir.rest.method.BaseOutcomeReturningMethodBindingTest split to [ca.uhn.fhir.jpa.provider.r4.BaseJpaResourceProviderPatientR4, ca.uhn.fhir.jpa.provider.r4.BaseJpaResourceProviderValueSetR4, ca.uhn.fhir.rest.server.OperationServerR4Test.PatientProvider] Move Package ca.uhn.fhir.rest.method to ca.uhn.fhir.jpa.provider.r4 Split Package ca.uhn.fhir.rest.method to [ca.uhn.fhir.rest.api, ca.uhn.fhir.rest.api.server, ca.uhn.fhir.rest.param.binder] Replace Anonymous With Class ca.uhn.fhir.jpa.util.SubscriptionsRequireManualActivationInterceptorDstu2.ALLOW_STATUS_CHANGE.new ResourceMetadataKeyEnum with ca.uhn.fhir.jpa.util.AllowStatusChangeMetadata Replace Anonymous With Class ca.uhn.fhir.jpa.util.SubscriptionsRequireManualActivationInterceptorDstu3.ALLOW_STATUS_CHANGE.new ResourceMetadataKeyEnum with ca.uhn.fhir.jpa.util.AllowStatusChangeMetadata Change Variable Type advisor : VersionConvertorAdvisor to advisor : NullVersionConverterAdvisor30 in method public c1020() : void from class example.ConverterExamples Rename Variable ctx : FhirContext to ctxR4 : FhirContext in method public creatingContext() : void from class example.FhirContextIntro Add Method Annotation @Test in method public testClient() : void from class ca.uhn.fhir.android.BuiltJarDstu2ShadeIT Rename Method public testWrongVersionDoesntGetInContext1() : void renamed to public testWrongVersionDoesntGetInContext2() : void in class ca.uhn.fhir.testmindeps.FhirContextTest Change Variable Type cl : Header to cl : org.apache.http.Header in method public testRead() : void from class ca.uhn.fhir.testmindeps.ReadTest Change Variable Type cl : Header to cl : org.apache.http.Header in method public testBinaryRead() : void from class ca.uhn.fhir.testmindeps.ReadTest Change Variable Type cd : Header to cd : org.apache.http.Header in method public testBinaryRead() : void from class ca.uhn.fhir.testmindeps.ReadTest Change Variable Type cl : Header to cl : org.apache.http.Header in method public testVRead() : void from class ca.uhn.fhir.testmindeps.ReadTest Change Return Type Class<? extends IResource> to Class<? extends IBaseResource> in method public type() : Class<? extends IBaseResource> from class ca.uhn.fhir.rest.annotation.Create Change Return Type Class<? extends IResource> to Class<? extends IBaseResource> in method public type() : Class<? extends IBaseResource> from class ca.uhn.fhir.rest.annotation.Validate Change Return Type BaseConformance to IBaseConformance in method public getServerConformanceStatement() : IBaseConformance from class ca.uhn.fhir.rest.client.api.IBasicClient Change Return Type IClientExecutable<IClientExecutable<?,?>,T> to IClientExecutable<IClientExecutable<?,T>,T> in method public meta(theMeta T) : IClientExecutable<IClientExecutable<?,T>,T> from class ca.uhn.fhir.rest.gclient.IMetaAddOrDeleteSourced Change Return Type IClientExecutable<IClientExecutable<?,?>,T> to IClientExecutable<IClientExecutable<?,T>,T> in method public fromServer() : IClientExecutable<IClientExecutable<?,T>,T> from class ca.uhn.fhir.rest.gclient.IMetaGetUnsourced Change Return Type IClientExecutable<IClientExecutable<?,?>,T> to IClientExecutable<IClientExecutable<?,T>,T> in method public fromType(theResourceName String) : IClientExecutable<IClientExecutable<?,T>,T> from class ca.uhn.fhir.rest.gclient.IMetaGetUnsourced Change Return Type IClientExecutable<IClientExecutable<?,?>,T> to IClientExecutable<IClientExecutable<?,T>,T> in method public fromResource(theId IIdType) : IClientExecutable<IClientExecutable<?,T>,T> from class ca.uhn.fhir.rest.gclient.IMetaGetUnsourced Change Return Type IQuery to IQuery in method public include(theInclude Include) : IQuery from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type ISort to ISort in method public sort() : ISort from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type IQuery to IQuery in method public limitTo(theLimitTo int) : IQuery from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type IQuery to IQuery in method public count(theCount int) : IQuery from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type IQuery to IQuery in method public withTag(theSystem String, theCode String) : IQuery from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type IQuery to IQuery in method public withSecurity(theSystem String, theCode String) : IQuery from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type IQuery to IQuery in method public withProfile(theProfileUri String) : IQuery from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type IQuery to IQuery in method public withAnyProfile(theProfileUris Collection) : IQuery from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type IQuery to IQuery in method public usingStyle(theStyle SearchStyleEnum) : IQuery from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type IQuery to IQuery in method public withIdAndCompartment(theResourceId String, theCompartmentName String) : IQuery from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type IQuery to IQuery in method public revInclude(theIncludeTarget Include) : IQuery from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type IQuery to IQuery in method public lastUpdated(theLastUpdated DateRangeParam) : IQuery from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type IClientExecutable<IQuery,B> to IQuery in method public returnBundle(theClass Class) : IQuery from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type IQuery to IQuery in method public where(theCriterion ICriterion<?>) : IQuery from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type IQuery to IQuery in method public and(theCriterion ICriterion<?>) : IQuery from class ca.uhn.fhir.rest.gclient.IQuery Change Return Type IQuery to IQuery in method public forAllResources() : IQuery from class ca.uhn.fhir.rest.gclient.IUntypedQuery Change Return Type IQuery to IQuery in method public forResource(theResourceName String) : IQuery from class ca.uhn.fhir.rest.gclient.IUntypedQuery Change Return Type IQuery to IQuery in method public forResource(theClass Class<? extends IBaseResource>) : IQuery from class ca.uhn.fhir.rest.gclient.IUntypedQuery Change Return Type IQuery to IQuery in method public byUrl(theSearchUrl String) : IQuery from class ca.uhn.fhir.rest.gclient.IUntypedQuery Remove Class Annotation @SuppressWarnings("deprecation") in class ca.uhn.fhir.rest.param.BaseParamWithPrefix Remove Class Annotation @SuppressWarnings("deprecation") in class ca.uhn.fhir.rest.param.DateParam Remove Parameter theDstu1Value : String in method private ParamPrefixEnum(theDstu1Value String, theValue String) from class ca.uhn.fhir.rest.param.ParamPrefixEnum Remove Class Annotation @SuppressWarnings("deprecation") in class ca.uhn.fhir.rest.param.QuantityParam Change Parameter Type theClass : Class<? extends IResource> to theClass : Class<? extends IBaseResource> in method public ResourceGoneException(theClass Class<? extends IBaseResource>, thePatientId BaseIdentifierDt) from class ca.uhn.fhir.rest.server.exceptions.ResourceGoneException Change Parameter Type theClass : Class<? extends IResource> to theClass : Class<? extends IBaseResource> in method public ResourceGoneException(theClass Class<? extends IBaseResource>, theResourceId IIdType) from class ca.uhn.fhir.rest.server.exceptions.ResourceGoneException Change Parameter Type theId : IdDt to theId : IIdType in method public ResourceNotFoundException(theId IIdType, theOperationOutcome IBaseOperationOutcome) from class ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException Extract Method public toListOfResourcesOfType(theContext FhirContext, theBundle IBaseBundle, theTypeToInclude Class) : List extracted from public toListOfResources(theContext FhirContext, theBundle IBaseBundle) : List in class ca.uhn.fhir.util.BundleUtil Change Variable Type retVal : List to retVal : List in method public toListOfResourcesOfType(theContext FhirContext, theBundle IBaseBundle, theTypeToInclude Class) : List from class ca.uhn.fhir.util.BundleUtil Extract Method package BaseValidationContext(theFhirContext FhirContext, theMessages List) extracted from package BaseValidationContext(theFhirContext FhirContext) in class ca.uhn.fhir.validation.BaseValidationContext Extract Method private ValidationContext(theContext FhirContext, theResource T, theEncoder IEncoder, theMessages List) extracted from private ValidationContext(theContext FhirContext, theResource T, theEncoder IEncoder) in class ca.uhn.fhir.validation.ValidationContext Remove Attribute Modifier final in attribute public LINK_NEXT : String from class org.hl7.fhir.instance.model.api.IBaseBundle Remove Attribute Modifier static in attribute public LINK_NEXT : String from class org.hl7.fhir.instance.model.api.IBaseBundle Remove Attribute Modifier final in attribute public LINK_PREV : String from class org.hl7.fhir.instance.model.api.IBaseBundle Remove Attribute Modifier static in attribute public LINK_PREV : String from class org.hl7.fhir.instance.model.api.IBaseBundle Remove Attribute Modifier final in attribute public LINK_SELF : String from class org.hl7.fhir.instance.model.api.IBaseBundle Remove Attribute Modifier static in attribute public LINK_SELF : String from class org.hl7.fhir.instance.model.api.IBaseBundle Remove Thrown Exception Type UnsupportedEncodingException in method private getBundleFromFile(theLimit Integer, theSuppliedFile File, theCtx FhirContext) : IBaseBundle from class ca.uhn.fhir.cli.ExampleDataUploader Remove Thrown Exception Type IOException in method private sendBundleToTarget(targetServer String, ctx FhirContext, bundle IBaseBundle) : void from class ca.uhn.fhir.cli.ExampleDataUploader Change Variable Type enc : EncodingEnum to enc : ca.uhn.fhir.rest.api.EncodingEnum in method public run(theCommandLine CommandLine) : void from class ca.uhn.fhir.cli.ValidateCommand Change Variable Type systemDao : IFhirSystemDao<List,MetaDt> to systemDao : IFhirSystemDao<org.hl7.fhir.r4.model.Bundle,org.hl7.fhir.r4.model.Meta> in method protected initialize() : void from class ca.uhn.fhir.jpa.demo.JpaServerDemo Change Variable Type advisor : VersionConvertorAdvisor to advisor : NullVersionConverterAdvisor30 in method public testConvert() : void from class org.hl7.fhir.convertors.VersionConvertor_10_30Test Rename Method public testCreateNonFluent() : void renamed to public testCreate2() : void in class ca.uhn.fhir.jaxrs.client.GenericJaxRsClientDstu3Test Remove Method Annotation @SuppressWarnings("deprecation") in method public testCreateNonFluent() : void from class ca.uhn.fhir.jaxrs.client.GenericJaxRsClientDstu3Test Change Variable Type results : ca.uhn.fhir.model.api.Bundle to results : Bundle in method public testSearchUsingGenericClientBySearch() : void from class ca.uhn.fhir.jaxrs.server.AbstractJaxRsResourceProviderTest Remove Variable Modifier final in variable results : Bundle in method public testSearchUsingGenericClientBySearch() : void from class ca.uhn.fhir.jaxrs.server.AbstractJaxRsResourceProviderTest Change Variable Type results : ca.uhn.fhir.model.api.Bundle to results : Bundle in method public testSearchUsingGenericClientBySearchWithMultiValues() : void from class ca.uhn.fhir.jaxrs.server.AbstractJaxRsResourceProviderTest Remove Variable Modifier final in variable results : Bundle in method public testSearchUsingGenericClientBySearchWithMultiValues() : void from class ca.uhn.fhir.jaxrs.server.AbstractJaxRsResourceProviderTest Change Variable Type results : ca.uhn.fhir.model.api.Bundle to results : Bundle in method public findUsingGenericClientBySearch() : void from class ca.uhn.fhir.jaxrs.server.example.JaxRsPatientProviderTest Change Variable Type response : ca.uhn.fhir.model.api.Bundle to response : Bundle in method public findUsingGenericClientBySearchWithMultiValues() : void from class ca.uhn.fhir.jaxrs.server.example.JaxRsPatientProviderTest Change Variable Type bundle : ca.uhn.fhir.model.api.Bundle to bundle : Bundle in method public testTransaction() : void from class ca.uhn.fhir.jaxrs.server.example.JaxRsPatientProviderTest Change Variable Type entry : BundleEntry to entry : Entry in method public testTransaction() : void from class ca.uhn.fhir.jaxrs.server.example.JaxRsPatientProviderTest Change Variable Type response : ca.uhn.fhir.model.api.Bundle to response : Bundle in method public testTransaction() : void from class ca.uhn.fhir.jaxrs.server.example.JaxRsPatientProviderTest Inline Variable ver : FhirVersionEnum in method public getContext(theVersion FhirVersionEnum) : FhirContext from class ca.uhn.fhir.jpa.dao.BaseHapiFhirDao Change Variable Type retVal : ca.uhn.fhir.rest.server.IBundleProvider to retVal : IBundleProvider in method public encounterInstanceEverything(theServletRequest HttpServletRequest, theId IIdType, theCount IPrimitiveType, theLastUpdated DateRangeParam, theSort SortSpec) : IBundleProvider from class ca.uhn.fhir.jpa.dao.FhirResourceDaoEncounterDstu2 Change Variable Type retVal : ca.uhn.fhir.rest.server.IBundleProvider to retVal : IBundleProvider in method public encounterInstanceEverything(theServletRequest HttpServletRequest, theId IIdType, theCount IPrimitiveType, theLastUpdated DateRangeParam, theSort SortSpec) : IBundleProvider from class ca.uhn.fhir.jpa.dao.dstu3.FhirResourceDaoEncounterDstu3 Extract Variable entries : List in method private doTransaction(theRequestDetails ServletRequestDetails, theRequest Bundle, theActionName String) : Bundle from class ca.uhn.fhir.jpa.dao.dstu3.FhirSystemDaoDstu3 Extract Variable matchUrl : String in method private doTransactionWriteOperations(theRequestDetails ServletRequestDetails, theRequest Bundle, theActionName String, updateTime Date, allIds Set, idSubstitutions Map<IdType,IdType>, idToPersistedOutcome Map<IdType,DaoMethodOutcome>, response Bundle, originalRequestOrder IdentityHashMap<BundleEntryComponent,Integer>, theEntries List) : Map<BundleEntryComponent,ResourceTable> from class ca.uhn.fhir.jpa.dao.dstu3.FhirSystemDaoDstu3 Add Parameter theEntries : List in method private doTransactionWriteOperations(theRequestDetails ServletRequestDetails, theRequest Bundle, theActionName String, updateTime Date, allIds Set, idSubstitutions Map<IdType,IdType>, idToPersistedOutcome Map<IdType,DaoMethodOutcome>, response Bundle, originalRequestOrder IdentityHashMap<BundleEntryComponent,Integer>, theEntries List) : Map<BundleEntryComponent,ResourceTable> from class ca.uhn.fhir.jpa.dao.dstu3.FhirSystemDaoDstu3 Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public EncounterInstanceEverything(theServletRequest javax.servlet.http.HttpServletRequest, theId ca.uhn.fhir.model.primitive.IdDt, theCount ca.uhn.fhir.model.primitive.UnsignedIntDt, theLastUpdated DateRangeParam, theSortSpec SortSpec) : IBundleProvider from class ca.uhn.fhir.jpa.provider.BaseJpaResourceProviderEncounterDstu2 Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public EncounterTypeEverything(theServletRequest javax.servlet.http.HttpServletRequest, theCount ca.uhn.fhir.model.primitive.UnsignedIntDt, theLastUpdated DateRangeParam, theSortSpec SortSpec) : IBundleProvider from class ca.uhn.fhir.jpa.provider.BaseJpaResourceProviderEncounterDstu2 Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public patientInstanceEverything(theServletRequest javax.servlet.http.HttpServletRequest, theId ca.uhn.fhir.model.primitive.IdDt, theCount ca.uhn.fhir.model.primitive.UnsignedIntDt, theLastUpdated DateRangeParam, theContent List, theNarrative List, theSortSpec SortSpec, theRequestDetails RequestDetails) : IBundleProvider from class ca.uhn.fhir.jpa.provider.BaseJpaResourceProviderPatientDstu2 Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public patientTypeEverything(theServletRequest javax.servlet.http.HttpServletRequest, theCount ca.uhn.fhir.model.primitive.UnsignedIntDt, theLastUpdated DateRangeParam, theContent List, theNarrative List, theSortSpec SortSpec, theRequestDetails RequestDetails) : IBundleProvider from class ca.uhn.fhir.jpa.provider.BaseJpaResourceProviderPatientDstu2 Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public EncounterInstanceEverything(theServletRequest javax.servlet.http.HttpServletRequest, theId IdType, theCount UnsignedIntType, theLastUpdated DateRangeParam, theSortSpec SortSpec) : IBundleProvider from class ca.uhn.fhir.jpa.provider.dstu3.BaseJpaResourceProviderEncounterDstu3 Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public EncounterTypeEverything(theServletRequest javax.servlet.http.HttpServletRequest, theCount UnsignedIntType, theLastUpdated DateRangeParam, theSortSpec SortSpec) : IBundleProvider from class ca.uhn.fhir.jpa.provider.dstu3.BaseJpaResourceProviderEncounterDstu3 Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public patientInstanceEverything(theServletRequest javax.servlet.http.HttpServletRequest, theId IdType, theCount UnsignedIntType, theLastUpdated DateRangeParam, theContent List, theNarrative List, theSortSpec SortSpec, theRequestDetails RequestDetails) : IBundleProvider from class ca.uhn.fhir.jpa.provider.dstu3.BaseJpaResourceProviderPatientDstu3 Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public patientTypeEverything(theServletRequest javax.servlet.http.HttpServletRequest, theCount UnsignedIntType, theLastUpdated DateRangeParam, theContent List, theNarrative List, theSortSpec SortSpec, theRequestDetails RequestDetails) : IBundleProvider from class ca.uhn.fhir.jpa.provider.dstu3.BaseJpaResourceProviderPatientDstu3 Add Method Annotation @Override in method public searchDaoDstu3() : IFulltextSearchSvc from class ca.uhn.fhir.jpa.config.TestDstu3WithoutLuceneConfig Change Variable Type next : BundleEntry to next : Entry in method protected toIdListUnqualifiedVersionless(found Bundle) : List from class ca.uhn.fhir.jpa.provider.BaseResourceProviderDstu2Test Change Variable Type next : BundleEntry to next : Entry in method protected toNameList(resp Bundle) : List from class ca.uhn.fhir.jpa.provider.BaseResourceProviderDstu2Test Change Variable Type ele : BundleEntry to ele : Entry in method public testSearchByReferenceIds() : void from class ca.uhn.fhir.jpa.provider.ResourceProviderDstu2Test Change Variable Type ele : BundleEntry to ele : Entry in method public testForResourcesWithProfile() : void from class ca.uhn.fhir.jpa.provider.ResourceProviderDstu2Test Change Variable Type ele : BundleEntry to ele : Entry in method public testForResourcesWithProfile() : void from class ca.uhn.fhir.jpa.provider.ResourceProviderDstu2Test Add Parameter theRequest : HttpServletRequest in method public create(theObservation Observation, theRequest HttpServletRequest) : MethodOutcome from class ca.uhn.fhir.jpa.subscription.RestHookTestDstu3Test.ObservationListener Add Parameter theRequest : HttpServletRequest in method public update(theObservation Observation, theRequest HttpServletRequest) : MethodOutcome from class ca.uhn.fhir.jpa.subscription.RestHookTestDstu3Test.ObservationListener Rename Method public testRestHookSubscriptionJson() : void renamed to public testRestHookSubscriptionApplicationJson() : void in class ca.uhn.fhir.jpa.subscription.RestHookTestDstu3Test Rename Method public testRestHookSubscriptionXml() : void renamed to public testRestHookSubscriptionApplicationXml() : void in class ca.uhn.fhir.jpa.subscription.RestHookTestDstu3Test Rename Parameter criteria : String to theCriteria : String in method private createSubscription(theCriteria String, thePayload String, theEndpoint String) : Subscription from class ca.uhn.fhir.jpa.subscription.RestHookTestDstu3Test Rename Parameter payload : String to thePayload : String in method private createSubscription(theCriteria String, thePayload String, theEndpoint String) : Subscription from class ca.uhn.fhir.jpa.subscription.RestHookTestDstu3Test Rename Parameter endpoint : String to theEndpoint : String in method private createSubscription(theCriteria String, thePayload String, theEndpoint String) : Subscription from class ca.uhn.fhir.jpa.subscription.RestHookTestDstu3Test Rename Attribute FHIR_BASEURL_DSTU1 : String to FHIR_BASEURL_R4 : String in class ca.uhn.fhirtest.TestRestfulServer Modify Attribute Annotation @Value(TestDstu1Config.FHIR_DB_USERNAME) to @Value(TestDstu3Config.FHIR_DB_USERNAME) in attribute private myDbUsername : String from class ca.uhn.fhirtest.config.TestDstu2Config Modify Attribute Annotation @Value(TestDstu1Config.FHIR_DB_PASSWORD) to @Value(TestDstu3Config.FHIR_DB_PASSWORD) in attribute private myDbPassword : String from class ca.uhn.fhirtest.config.TestDstu2Config Modify Attribute Annotation @Value(TestDstu1Config.FHIR_DB_USERNAME) to @Value(TestDstu3Config.FHIR_DB_USERNAME) in attribute private myDbUsername : String from class ca.uhn.fhirtest.config.TestDstu3Config Modify Attribute Annotation @Value(TestDstu1Config.FHIR_DB_PASSWORD) to @Value(TestDstu3Config.FHIR_DB_PASSWORD) in attribute private myDbPassword : String from class ca.uhn.fhirtest.config.TestDstu3Config Add Method Annotation @SuppressWarnings("unchecked") in method public subscriptionsHome(theServletRequest HttpServletRequest, theRequest HomeRequest, theModel ModelMap) : String from class ca.uhn.fhirtest.mvc.SubscriptionPlaygroundController Extract Method private ensureBundle() : void extracted from public addResourcesToBundle(theResult List, theBundleType BundleTypeEnum, theServerBase String, theBundleInclusionRule BundleInclusionRule, theIncludes Set) : void in class org.hl7.fhir.dstu2016may.hapi.rest.server.Dstu2_1BundleFactory Extract Method private ensureBundle() : void extracted from public initializeBundleFromResourceList(theAuthor String, theResources List<? extends IBaseResource>, theServerBase String, theCompleteUrl String, theTotalResults int, theBundleType BundleTypeEnum) : void in class org.hl7.fhir.dstu2016may.hapi.rest.server.Dstu2_1BundleFactory Rename Parameter theCompleteUrl : String to theLinkSelf : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class org.hl7.fhir.dstu2016may.hapi.rest.server.Dstu2_1BundleFactory Add Parameter theLinkPrev : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class org.hl7.fhir.dstu2016may.hapi.rest.server.Dstu2_1BundleFactory Add Parameter theLinkNext : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class org.hl7.fhir.dstu2016may.hapi.rest.server.Dstu2_1BundleFactory Extract Method private ensureBundle() : void extracted from public addResourcesToBundle(theResult List, theBundleType BundleTypeEnum, theServerBase String, theBundleInclusionRule BundleInclusionRule, theIncludes Set) : void in class ca.uhn.fhir.rest.server.provider.dstu2.Dstu2BundleFactory Extract Method private ensureBundle() : void extracted from public initializeBundleFromResourceList(theAuthor String, theResources List<? extends IBaseResource>, theServerBase String, theCompleteUrl String, theTotalResults int, theBundleType BundleTypeEnum) : void in class ca.uhn.fhir.rest.server.provider.dstu2.Dstu2BundleFactory Rename Parameter theCompleteUrl : String to theLinkSelf : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class ca.uhn.fhir.rest.server.provider.dstu2.Dstu2BundleFactory Add Parameter theLinkPrev : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class ca.uhn.fhir.rest.server.provider.dstu2.Dstu2BundleFactory Add Parameter theLinkNext : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class ca.uhn.fhir.rest.server.provider.dstu2.Dstu2BundleFactory Change Variable Type entry : BundleEntry to entry : Entry in method public testCustomUrlExtensioninBundle() : void from class ca.uhn.fhir.parser.JsonParserDstu2Test Change Variable Type entry : BundleEntry to entry : Entry in method public testCustomUrlExtensionInBundle() : void from class ca.uhn.fhir.parser.XmlParserDstu2Test Remove Method Annotation @SuppressWarnings("deprecation") in method public testConstructors() : void from class ca.uhn.fhir.rest.param.DateParamTest Modify Parameter Annotation @OptionalParam(name = ca.uhn.fhir.rest.server.Constants.PARAM_CONTENT) to @OptionalParam(name = Constants.PARAM_CONTENT) in parameter theFtContent : StringAndListParam in method public search(theServletRequest HttpServletRequest, theId StringAndListParam, theResourceLanguage StringAndListParam, theFtContent StringAndListParam, theFtText StringAndListParam, theSearchForTag TokenAndListParam, theSearchForSecurity TokenAndListParam, theSearchForProfile UriAndListParam, theIdentifier TokenAndListParam, theName StringAndListParam, theFamily StringAndListParam, theGiven StringAndListParam, thePhonetic StringAndListParam, theTelecom TokenAndListParam, thePhone TokenAndListParam, theEmail TokenAndListParam, theAddress StringAndListParam, theAddress_city StringAndListParam, theAddress_state StringAndListParam, theAddress_postalcode StringAndListParam, theAddress_country StringAndListParam, theAddress_use TokenAndListParam, theGender TokenAndListParam, theLanguage TokenAndListParam, theBirthdate DateRangeParam, theOrganization ReferenceAndListParam, theCareprovider ReferenceAndListParam, theActive TokenAndListParam, theAnimal_species TokenAndListParam, theAnimal_breed TokenAndListParam, theLink ReferenceAndListParam, theDeceased TokenAndListParam, theDeathdate DateRangeParam, theRevIncludes Set, theLastUpdated DateRangeParam, theIncludes Set, theSort SortSpec, theCount Integer) : IBundleProvider from class ca.uhn.fhir.rest.server.PatientResourceProvider Modify Parameter Annotation @OptionalParam(name = ca.uhn.fhir.rest.server.Constants.PARAM_TEXT) to @OptionalParam(name = Constants.PARAM_TEXT) in parameter theFtText : StringAndListParam in method public search(theServletRequest HttpServletRequest, theId StringAndListParam, theResourceLanguage StringAndListParam, theFtContent StringAndListParam, theFtText StringAndListParam, theSearchForTag TokenAndListParam, theSearchForSecurity TokenAndListParam, theSearchForProfile UriAndListParam, theIdentifier TokenAndListParam, theName StringAndListParam, theFamily StringAndListParam, theGiven StringAndListParam, thePhonetic StringAndListParam, theTelecom TokenAndListParam, thePhone TokenAndListParam, theEmail TokenAndListParam, theAddress StringAndListParam, theAddress_city StringAndListParam, theAddress_state StringAndListParam, theAddress_postalcode StringAndListParam, theAddress_country StringAndListParam, theAddress_use TokenAndListParam, theGender TokenAndListParam, theLanguage TokenAndListParam, theBirthdate DateRangeParam, theOrganization ReferenceAndListParam, theCareprovider ReferenceAndListParam, theActive TokenAndListParam, theAnimal_species TokenAndListParam, theAnimal_breed TokenAndListParam, theLink ReferenceAndListParam, theDeceased TokenAndListParam, theDeathdate DateRangeParam, theRevIncludes Set, theLastUpdated DateRangeParam, theIncludes Set, theSort SortSpec, theCount Integer) : IBundleProvider from class ca.uhn.fhir.rest.server.PatientResourceProvider Modify Parameter Annotation @OptionalParam(name = ca.uhn.fhir.rest.server.Constants.PARAM_TAG) to @OptionalParam(name = Constants.PARAM_TAG) in parameter theSearchForTag : TokenAndListParam in method public search(theServletRequest HttpServletRequest, theId StringAndListParam, theResourceLanguage StringAndListParam, theFtContent StringAndListParam, theFtText StringAndListParam, theSearchForTag TokenAndListParam, theSearchForSecurity TokenAndListParam, theSearchForProfile UriAndListParam, theIdentifier TokenAndListParam, theName StringAndListParam, theFamily StringAndListParam, theGiven StringAndListParam, thePhonetic StringAndListParam, theTelecom TokenAndListParam, thePhone TokenAndListParam, theEmail TokenAndListParam, theAddress StringAndListParam, theAddress_city StringAndListParam, theAddress_state StringAndListParam, theAddress_postalcode StringAndListParam, theAddress_country StringAndListParam, theAddress_use TokenAndListParam, theGender TokenAndListParam, theLanguage TokenAndListParam, theBirthdate DateRangeParam, theOrganization ReferenceAndListParam, theCareprovider ReferenceAndListParam, theActive TokenAndListParam, theAnimal_species TokenAndListParam, theAnimal_breed TokenAndListParam, theLink ReferenceAndListParam, theDeceased TokenAndListParam, theDeathdate DateRangeParam, theRevIncludes Set, theLastUpdated DateRangeParam, theIncludes Set, theSort SortSpec, theCount Integer) : IBundleProvider from class ca.uhn.fhir.rest.server.PatientResourceProvider Modify Parameter Annotation @OptionalParam(name = ca.uhn.fhir.rest.server.Constants.PARAM_SECURITY) to @OptionalParam(name = Constants.PARAM_SECURITY) in parameter theSearchForSecurity : TokenAndListParam in method public search(theServletRequest HttpServletRequest, theId StringAndListParam, theResourceLanguage StringAndListParam, theFtContent StringAndListParam, theFtText StringAndListParam, theSearchForTag TokenAndListParam, theSearchForSecurity TokenAndListParam, theSearchForProfile UriAndListParam, theIdentifier TokenAndListParam, theName StringAndListParam, theFamily StringAndListParam, theGiven StringAndListParam, thePhonetic StringAndListParam, theTelecom TokenAndListParam, thePhone TokenAndListParam, theEmail TokenAndListParam, theAddress StringAndListParam, theAddress_city StringAndListParam, theAddress_state StringAndListParam, theAddress_postalcode StringAndListParam, theAddress_country StringAndListParam, theAddress_use TokenAndListParam, theGender TokenAndListParam, theLanguage TokenAndListParam, theBirthdate DateRangeParam, theOrganization ReferenceAndListParam, theCareprovider ReferenceAndListParam, theActive TokenAndListParam, theAnimal_species TokenAndListParam, theAnimal_breed TokenAndListParam, theLink ReferenceAndListParam, theDeceased TokenAndListParam, theDeathdate DateRangeParam, theRevIncludes Set, theLastUpdated DateRangeParam, theIncludes Set, theSort SortSpec, theCount Integer) : IBundleProvider from class ca.uhn.fhir.rest.server.PatientResourceProvider Modify Parameter Annotation @OptionalParam(name = ca.uhn.fhir.rest.server.Constants.PARAM_PROFILE) to @OptionalParam(name = Constants.PARAM_PROFILE) in parameter theSearchForProfile : UriAndListParam in method public search(theServletRequest HttpServletRequest, theId StringAndListParam, theResourceLanguage StringAndListParam, theFtContent StringAndListParam, theFtText StringAndListParam, theSearchForTag TokenAndListParam, theSearchForSecurity TokenAndListParam, theSearchForProfile UriAndListParam, theIdentifier TokenAndListParam, theName StringAndListParam, theFamily StringAndListParam, theGiven StringAndListParam, thePhonetic StringAndListParam, theTelecom TokenAndListParam, thePhone TokenAndListParam, theEmail TokenAndListParam, theAddress StringAndListParam, theAddress_city StringAndListParam, theAddress_state StringAndListParam, theAddress_postalcode StringAndListParam, theAddress_country StringAndListParam, theAddress_use TokenAndListParam, theGender TokenAndListParam, theLanguage TokenAndListParam, theBirthdate DateRangeParam, theOrganization ReferenceAndListParam, theCareprovider ReferenceAndListParam, theActive TokenAndListParam, theAnimal_species TokenAndListParam, theAnimal_breed TokenAndListParam, theLink ReferenceAndListParam, theDeceased TokenAndListParam, theDeathdate DateRangeParam, theRevIncludes Set, theLastUpdated DateRangeParam, theIncludes Set, theSort SortSpec, theCount Integer) : IBundleProvider from class ca.uhn.fhir.rest.server.PatientResourceProvider Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public search(theServletRequest javax.servlet.http.HttpServletRequest, theId StringAndListParam, theResourceLanguage StringAndListParam, theFtContent StringAndListParam, theFtText StringAndListParam, theSearchForTag TokenAndListParam, theSearchForSecurity TokenAndListParam, theSearchForProfile UriAndListParam, theIdentifier TokenAndListParam, theName StringAndListParam, theFamily StringAndListParam, theGiven StringAndListParam, thePhonetic StringAndListParam, theTelecom TokenAndListParam, thePhone TokenAndListParam, theEmail TokenAndListParam, theAddress StringAndListParam, theAddress_city StringAndListParam, theAddress_state StringAndListParam, theAddress_postalcode StringAndListParam, theAddress_country StringAndListParam, theAddress_use TokenAndListParam, theGender TokenAndListParam, theLanguage TokenAndListParam, theBirthdate DateRangeParam, theOrganization ReferenceAndListParam, theCareprovider ReferenceAndListParam, theActive TokenAndListParam, theAnimal_species TokenAndListParam, theAnimal_breed TokenAndListParam, theLink ReferenceAndListParam, theDeceased TokenAndListParam, theDeathdate DateRangeParam, theRevIncludes Set, theLastUpdated DateRangeParam, theIncludes Set, theSort SortSpec, theCount Integer) : IBundleProvider from class ca.uhn.fhir.rest.server.PatientResourceProvider Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public everything(theServletRequest javax.servlet.http.HttpServletRequest, theId IdDt, theStart DateDt, theEnd Encounter) : IBundleProvider from class ca.uhn.fhir.rest.server.ServerConformanceProviderDstu2Test.MultiTypeEncounterProvider Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public validate(theServletRequest javax.servlet.http.HttpServletRequest, theId IdDt, thePatient Encounter) : IBundleProvider from class ca.uhn.fhir.rest.server.ServerConformanceProviderDstu2Test.MultiTypeEncounterProvider Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public everything(theServletRequest javax.servlet.http.HttpServletRequest, theId IdDt, theStart DateDt, theEnd Patient) : IBundleProvider from class ca.uhn.fhir.rest.server.ServerConformanceProviderDstu2Test.MultiTypePatientProvider Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public validate(theServletRequest javax.servlet.http.HttpServletRequest, theId IdDt, thePatient Patient) : IBundleProvider from class ca.uhn.fhir.rest.server.ServerConformanceProviderDstu2Test.MultiTypePatientProvider Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public everything(theServletRequest javax.servlet.http.HttpServletRequest, theId ca.uhn.fhir.model.primitive.IdDt, theStart DateDt, theEnd DateDt) : IBundleProvider from class ca.uhn.fhir.rest.server.ServerConformanceProviderDstu2Test.PlainProviderWithExtendedOperationOnNoType Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public everything(theServletRequest javax.servlet.http.HttpServletRequest, theId ca.uhn.fhir.model.primitive.IdDt, theStart DateDt, theEnd DateDt) : IBundleProvider from class ca.uhn.fhir.rest.server.ServerConformanceProviderDstu2Test.ProviderWithExtendedOperationReturningBundle Change Parameter Type xpp : XMLEventReader to xpp : XmlPullParser in method protected parseXhtml(xpp XmlPullParser) : XhtmlNode from class org.hl7.fhir.dstu3.formats.XmlParserBase Change Thrown Exception Type XMLStreamException to XmlPullParserException in method protected parseXhtml(xpp XmlPullParser) : XhtmlNode from class org.hl7.fhir.dstu3.formats.XmlParserBase Extract Method private ensureBundle() : void extracted from public addResourcesToBundle(theResult List, theBundleType BundleTypeEnum, theServerBase String, theBundleInclusionRule BundleInclusionRule, theIncludes Set) : void in class org.hl7.fhir.dstu3.hapi.rest.server.Dstu3BundleFactory Rename Parameter theCompleteUrl : String to theLinkSelf : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class org.hl7.fhir.dstu3.hapi.rest.server.Dstu3BundleFactory Add Parameter theLinkPrev : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class org.hl7.fhir.dstu3.hapi.rest.server.Dstu3BundleFactory Add Parameter theLinkNext : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class org.hl7.fhir.dstu3.hapi.rest.server.Dstu3BundleFactory Extract Attribute public URN_PREFIX : String in class org.hl7.fhir.dstu3.model.IdType Add Method Annotation @Override in method public setParts(theBaseUrl String, theResourceType String, theIdPart String, theVersionIdPart String) : IIdType from class org.hl7.fhir.dstu3.model.IdType Change Method Access Modifier private to public in method public isUrn() : boolean from class org.hl7.fhir.dstu3.model.IdType Rename Variable bundle : String to content : String in method public testParseMetadata() : void from class ca.uhn.fhir.parser.XmlParserDstu3Test Extract Variable patient : Patient in method public search(theIdentifiers TokenAndListParam) : List from class ca.uhn.fhir.rest.server.SearchDstu3Test.DummyPatientResourceProvider Modify Parameter Annotation @OptionalParam(name = ca.uhn.fhir.rest.server.Constants.PARAM_CONTENT) to @OptionalParam(name = Constants.PARAM_CONTENT) in parameter theFtContent : StringAndListParam in method public search(theServletRequest HttpServletRequest, theId StringAndListParam, theResourceLanguage StringAndListParam, theFtContent StringAndListParam, theFtText StringAndListParam, theSearchForTag TokenAndListParam, theSearchForSecurity TokenAndListParam, theSearchForProfile UriAndListParam, theIdentifier TokenAndListParam, theName StringAndListParam, theFamily StringAndListParam, theGiven StringAndListParam, thePhonetic StringAndListParam, theTelecom TokenAndListParam, thePhone TokenAndListParam, theEmail TokenAndListParam, theAddress StringAndListParam, theAddress_city StringAndListParam, theAddress_state StringAndListParam, theAddress_postalcode StringAndListParam, theAddress_country StringAndListParam, theAddress_use TokenAndListParam, theGender TokenAndListParam, theLanguage TokenAndListParam, theBirthdate DateRangeParam, theOrganization ReferenceAndListParam, theCareprovider ReferenceAndListParam, theActive TokenAndListParam, theAnimal_species TokenAndListParam, theAnimal_breed TokenAndListParam, theLink ReferenceAndListParam, theDeceased TokenAndListParam, theDeathdate DateRangeParam, theRevIncludes Set, theLastUpdated DateRangeParam, theIncludes Set, theSort SortSpec, theCount Integer) : IBundleProvider from class org.hl7.fhir.dstu3.hapi.rest.server.PatientResourceProvider Modify Parameter Annotation @OptionalParam(name = ca.uhn.fhir.rest.server.Constants.PARAM_TEXT) to @OptionalParam(name = Constants.PARAM_TEXT) in parameter theFtText : StringAndListParam in method public search(theServletRequest HttpServletRequest, theId StringAndListParam, theResourceLanguage StringAndListParam, theFtContent StringAndListParam, theFtText StringAndListParam, theSearchForTag TokenAndListParam, theSearchForSecurity TokenAndListParam, theSearchForProfile UriAndListParam, theIdentifier TokenAndListParam, theName StringAndListParam, theFamily StringAndListParam, theGiven StringAndListParam, thePhonetic StringAndListParam, theTelecom TokenAndListParam, thePhone TokenAndListParam, theEmail TokenAndListParam, theAddress StringAndListParam, theAddress_city StringAndListParam, theAddress_state StringAndListParam, theAddress_postalcode StringAndListParam, theAddress_country StringAndListParam, theAddress_use TokenAndListParam, theGender TokenAndListParam, theLanguage TokenAndListParam, theBirthdate DateRangeParam, theOrganization ReferenceAndListParam, theCareprovider ReferenceAndListParam, theActive TokenAndListParam, theAnimal_species TokenAndListParam, theAnimal_breed TokenAndListParam, theLink ReferenceAndListParam, theDeceased TokenAndListParam, theDeathdate DateRangeParam, theRevIncludes Set, theLastUpdated DateRangeParam, theIncludes Set, theSort SortSpec, theCount Integer) : IBundleProvider from class org.hl7.fhir.dstu3.hapi.rest.server.PatientResourceProvider Modify Parameter Annotation @OptionalParam(name = ca.uhn.fhir.rest.server.Constants.PARAM_TAG) to @OptionalParam(name = Constants.PARAM_TAG) in parameter theSearchForTag : TokenAndListParam in method public search(theServletRequest HttpServletRequest, theId StringAndListParam, theResourceLanguage StringAndListParam, theFtContent StringAndListParam, theFtText StringAndListParam, theSearchForTag TokenAndListParam, theSearchForSecurity TokenAndListParam, theSearchForProfile UriAndListParam, theIdentifier TokenAndListParam, theName StringAndListParam, theFamily StringAndListParam, theGiven StringAndListParam, thePhonetic StringAndListParam, theTelecom TokenAndListParam, thePhone TokenAndListParam, theEmail TokenAndListParam, theAddress StringAndListParam, theAddress_city StringAndListParam, theAddress_state StringAndListParam, theAddress_postalcode StringAndListParam, theAddress_country StringAndListParam, theAddress_use TokenAndListParam, theGender TokenAndListParam, theLanguage TokenAndListParam, theBirthdate DateRangeParam, theOrganization ReferenceAndListParam, theCareprovider ReferenceAndListParam, theActive TokenAndListParam, theAnimal_species TokenAndListParam, theAnimal_breed TokenAndListParam, theLink ReferenceAndListParam, theDeceased TokenAndListParam, theDeathdate DateRangeParam, theRevIncludes Set, theLastUpdated DateRangeParam, theIncludes Set, theSort SortSpec, theCount Integer) : IBundleProvider from class org.hl7.fhir.dstu3.hapi.rest.server.PatientResourceProvider Modify Parameter Annotation @OptionalParam(name = ca.uhn.fhir.rest.server.Constants.PARAM_SECURITY) to @OptionalParam(name = Constants.PARAM_SECURITY) in parameter theSearchForSecurity : TokenAndListParam in method public search(theServletRequest HttpServletRequest, theId StringAndListParam, theResourceLanguage StringAndListParam, theFtContent StringAndListParam, theFtText StringAndListParam, theSearchForTag TokenAndListParam, theSearchForSecurity TokenAndListParam, theSearchForProfile UriAndListParam, theIdentifier TokenAndListParam, theName StringAndListParam, theFamily StringAndListParam, theGiven StringAndListParam, thePhonetic StringAndListParam, theTelecom TokenAndListParam, thePhone TokenAndListParam, theEmail TokenAndListParam, theAddress StringAndListParam, theAddress_city StringAndListParam, theAddress_state StringAndListParam, theAddress_postalcode StringAndListParam, theAddress_country StringAndListParam, theAddress_use TokenAndListParam, theGender TokenAndListParam, theLanguage TokenAndListParam, theBirthdate DateRangeParam, theOrganization ReferenceAndListParam, theCareprovider ReferenceAndListParam, theActive TokenAndListParam, theAnimal_species TokenAndListParam, theAnimal_breed TokenAndListParam, theLink ReferenceAndListParam, theDeceased TokenAndListParam, theDeathdate DateRangeParam, theRevIncludes Set, theLastUpdated DateRangeParam, theIncludes Set, theSort SortSpec, theCount Integer) : IBundleProvider from class org.hl7.fhir.dstu3.hapi.rest.server.PatientResourceProvider Modify Parameter Annotation @OptionalParam(name = ca.uhn.fhir.rest.server.Constants.PARAM_PROFILE) to @OptionalParam(name = Constants.PARAM_PROFILE) in parameter theSearchForProfile : UriAndListParam in method public search(theServletRequest HttpServletRequest, theId StringAndListParam, theResourceLanguage StringAndListParam, theFtContent StringAndListParam, theFtText StringAndListParam, theSearchForTag TokenAndListParam, theSearchForSecurity TokenAndListParam, theSearchForProfile UriAndListParam, theIdentifier TokenAndListParam, theName StringAndListParam, theFamily StringAndListParam, theGiven StringAndListParam, thePhonetic StringAndListParam, theTelecom TokenAndListParam, thePhone TokenAndListParam, theEmail TokenAndListParam, theAddress StringAndListParam, theAddress_city StringAndListParam, theAddress_state StringAndListParam, theAddress_postalcode StringAndListParam, theAddress_country StringAndListParam, theAddress_use TokenAndListParam, theGender TokenAndListParam, theLanguage TokenAndListParam, theBirthdate DateRangeParam, theOrganization ReferenceAndListParam, theCareprovider ReferenceAndListParam, theActive TokenAndListParam, theAnimal_species TokenAndListParam, theAnimal_breed TokenAndListParam, theLink ReferenceAndListParam, theDeceased TokenAndListParam, theDeathdate DateRangeParam, theRevIncludes Set, theLastUpdated DateRangeParam, theIncludes Set, theSort SortSpec, theCount Integer) : IBundleProvider from class org.hl7.fhir.dstu3.hapi.rest.server.PatientResourceProvider Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public search(theServletRequest javax.servlet.http.HttpServletRequest, theId StringAndListParam, theResourceLanguage StringAndListParam, theFtContent StringAndListParam, theFtText StringAndListParam, theSearchForTag TokenAndListParam, theSearchForSecurity TokenAndListParam, theSearchForProfile UriAndListParam, theIdentifier TokenAndListParam, theName StringAndListParam, theFamily StringAndListParam, theGiven StringAndListParam, thePhonetic StringAndListParam, theTelecom TokenAndListParam, thePhone TokenAndListParam, theEmail TokenAndListParam, theAddress StringAndListParam, theAddress_city StringAndListParam, theAddress_state StringAndListParam, theAddress_postalcode StringAndListParam, theAddress_country StringAndListParam, theAddress_use TokenAndListParam, theGender TokenAndListParam, theLanguage TokenAndListParam, theBirthdate DateRangeParam, theOrganization ReferenceAndListParam, theCareprovider ReferenceAndListParam, theActive TokenAndListParam, theAnimal_species TokenAndListParam, theAnimal_breed TokenAndListParam, theLink ReferenceAndListParam, theDeceased TokenAndListParam, theDeathdate DateRangeParam, theRevIncludes Set, theLastUpdated DateRangeParam, theIncludes Set, theSort SortSpec, theCount Integer) : IBundleProvider from class org.hl7.fhir.dstu3.hapi.rest.server.PatientResourceProvider Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public everything(theServletRequest javax.servlet.http.HttpServletRequest, theId IdType, theStart DateType, theEnd Encounter) : IBundleProvider from class org.hl7.fhir.dstu3.hapi.rest.server.ServerCapabilityStatementProviderDstu3Test.MultiTypeEncounterProvider Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public validate(theServletRequest javax.servlet.http.HttpServletRequest, theId IdType, thePatient Encounter) : IBundleProvider from class org.hl7.fhir.dstu3.hapi.rest.server.ServerCapabilityStatementProviderDstu3Test.MultiTypeEncounterProvider Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public everything(theServletRequest javax.servlet.http.HttpServletRequest, theId IdType, theStart DateType, theEnd Patient) : IBundleProvider from class org.hl7.fhir.dstu3.hapi.rest.server.ServerCapabilityStatementProviderDstu3Test.MultiTypePatientProvider Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public validate(theServletRequest javax.servlet.http.HttpServletRequest, theId IdType, thePatient Patient) : IBundleProvider from class org.hl7.fhir.dstu3.hapi.rest.server.ServerCapabilityStatementProviderDstu3Test.MultiTypePatientProvider Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public everything(theServletRequest javax.servlet.http.HttpServletRequest, theId IdType, theStart DateType, theEnd DateType) : IBundleProvider from class org.hl7.fhir.dstu3.hapi.rest.server.ServerCapabilityStatementProviderDstu3Test.PlainProviderWithExtendedOperationOnNoType Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public everything(theServletRequest javax.servlet.http.HttpServletRequest, theId IdType, theStart DateType, theEnd DateType) : IBundleProvider from class org.hl7.fhir.dstu3.hapi.rest.server.ServerCapabilityStatementProviderDstu3Test.ProviderWithExtendedOperationReturningBundle Extract Method private ensureBundle() : void extracted from public addResourcesToBundle(theResult List, theBundleType BundleTypeEnum, theServerBase String, theBundleInclusionRule BundleInclusionRule, theIncludes Set) : void in class ca.uhn.fhir.rest.server.provider.dstu2hl7org.Dstu2Hl7OrgBundleFactory Extract Method private ensureBundle() : void extracted from public initializeBundleFromResourceList(theAuthor String, theResources List<? extends IBaseResource>, theServerBase String, theCompleteUrl String, theTotalResults int, theBundleType BundleTypeEnum) : void in class ca.uhn.fhir.rest.server.provider.dstu2hl7org.Dstu2Hl7OrgBundleFactory Rename Parameter theCompleteUrl : String to theLinkSelf : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class ca.uhn.fhir.rest.server.provider.dstu2hl7org.Dstu2Hl7OrgBundleFactory Add Parameter theLinkPrev : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class ca.uhn.fhir.rest.server.provider.dstu2hl7org.Dstu2Hl7OrgBundleFactory Add Parameter theLinkNext : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class ca.uhn.fhir.rest.server.provider.dstu2hl7org.Dstu2Hl7OrgBundleFactory Remove Thrown Exception Type Exception in method public setDivAsString(theString String) : void from class org.hl7.fhir.instance.model.BaseNarrative Remove Thrown Exception Type Exception in method public getDivAsString() : String from class org.hl7.fhir.instance.model.BaseNarrative Change Thrown Exception Type Exception to FHIRException in method public matches(c1 CodeableConcept, c2 CodeableConcept, profile MatchProfile) : boolean from class org.hl7.fhir.instance.model.Comparison Remove Thrown Exception Type Exception in method public inList(list List, c Coding, profile MatchProfile) : boolean from class org.hl7.fhir.instance.model.Comparison Remove Thrown Exception Type Exception in method public matches(c1 Coding, c2 Coding, profile MatchProfile) : boolean from class org.hl7.fhir.instance.model.Comparison Remove Thrown Exception Type Exception in method public matches(i1 Identifier, i2 Identifier, profile MatchProfile) : boolean from class org.hl7.fhir.instance.model.Comparison Remove Thrown Exception Type Exception in method public matches(c1 ContactPoint, c2 ContactPoint, profile Object) : boolean from class org.hl7.fhir.instance.model.Comparison Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : AdministrativeGender from class org.hl7.fhir.instance.model.Enumerations.AdministrativeGender Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : AgeUnits from class org.hl7.fhir.instance.model.Enumerations.AgeUnits Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : BindingStrength from class org.hl7.fhir.instance.model.Enumerations.BindingStrength Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : ConceptMapEquivalence from class org.hl7.fhir.instance.model.Enumerations.ConceptMapEquivalence Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : ConformanceResourceStatus from class org.hl7.fhir.instance.model.Enumerations.ConformanceResourceStatus Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : DataAbsentReason from class org.hl7.fhir.instance.model.Enumerations.DataAbsentReason Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : DataType from class org.hl7.fhir.instance.model.Enumerations.DataType Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : DocumentReferenceStatus from class org.hl7.fhir.instance.model.Enumerations.DocumentReferenceStatus Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : FHIRDefinedType from class org.hl7.fhir.instance.model.Enumerations.FHIRDefinedType Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : MessageEvent from class org.hl7.fhir.instance.model.Enumerations.MessageEvent Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : NoteType from class org.hl7.fhir.instance.model.Enumerations.NoteType Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : RemittanceOutcome from class org.hl7.fhir.instance.model.Enumerations.RemittanceOutcome Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : ResourceType from class org.hl7.fhir.instance.model.Enumerations.ResourceType Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : SearchParamType from class org.hl7.fhir.instance.model.Enumerations.SearchParamType Change Thrown Exception Type Exception to FHIRException in method public fromCode(codeString String) : SpecialValues from class org.hl7.fhir.instance.model.Enumerations.SpecialValues Change Thrown Exception Type Exception to FHIRException in method public setExtension(element Element, modifier boolean, uri String, value Type) : void from class org.hl7.fhir.instance.model.ExtensionHelper Add Method Annotation @Override in method public setParts(theBaseUrl String, theResourceType String, theIdPart String, theVersionIdPart String) : IIdType from class org.hl7.fhir.instance.model.IdType Remove Thrown Exception Type Exception in method public newValidator() : IResourceValidator from class org.hl7.fhir.instance.utils.IWorkerContext Remove Thrown Exception Type EOperationOutcome in method public fetchResource(class Class, uri String) : T from class org.hl7.fhir.instance.utils.IWorkerContext Remove Thrown Exception Type Exception in method public fetchResource(class Class, uri String) : T from class org.hl7.fhir.instance.utils.IWorkerContext Remove Thrown Exception Type Exception in method public getLinkFor(typeSimple String) : String from class org.hl7.fhir.instance.utils.ProfileUtilities.ProfileKnowledgeProvider Remove Thrown Exception Type Exception in method public getLinkForProfile(profile StructureDefinition, url String) : String from class org.hl7.fhir.instance.utils.ProfileUtilities.ProfileKnowledgeProvider Remove Parameter pkp : ProfileKnowledgeProvider in method public ElementDefinitionComparer(inExtension boolean, snapshot List, base String, prefixLength int, name String, pkp ProfileKnowledgeProvider) from class org.hl7.fhir.instance.utils.ProfileUtilities.ElementDefinitionComparer Extract Method private checkExtensionDoco(base ElementDefinition) : boolean extracted from private updateFromDefinition(dest ElementDefinition, source ElementDefinition, pn String, pkp ProfileKnowledgeProvider, trimDifferential boolean, purl String) : void in class org.hl7.fhir.instance.utils.ProfileUtilities Move Code from public generateSnapshot(base StructureDefinition, derived StructureDefinition, url String, profileName String, pkp ProfileKnowledgeProvider, messages List) : void to public ProfileUtilities(context IWorkerContext, messages List, pkp ProfileKnowledgeProvider) in class org.hl7.fhir.instance.utils.ProfileUtilities Change Thrown Exception Type Exception to DefinitionException in method public getChildMap(profile StructureDefinition, name String, path String, nameReference String) : List from class org.hl7.fhir.instance.utils.ProfileUtilities Change Thrown Exception Type Exception to DefinitionException in method public getChildMap(profile StructureDefinition, element ElementDefinition) : List from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Thrown Exception Type EOperationOutcome in method private getProfileForDataType(type TypeRefComponent) : StructureDefinition from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Thrown Exception Type Exception in method private getProfileForDataType(type TypeRefComponent) : StructureDefinition from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Thrown Exception Type EOperationOutcome in method private locateExtension(class1 Class, value String) : ExtensionContext from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Thrown Exception Type Exception in method private locateExtension(class1 Class, value String) : ExtensionContext from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Thrown Exception Type Exception in method public getProfile(source StructureDefinition, url String) : StructureDefinition from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Thrown Exception Type EOperationOutcome in method private sortElements(edh ElementDefinitionHolder, cmp ElementDefinitionComparer, errors List) : void from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Thrown Exception Type Exception in method private sortElements(edh ElementDefinitionHolder, cmp ElementDefinitionComparer, errors List) : void from class org.hl7.fhir.instance.utils.ProfileUtilities Change Thrown Exception Type Exception to [IOException, DefinitionException] in method public generateSchematrons(dest OutputStream, structure StructureDefinition) : void from class org.hl7.fhir.instance.utils.ProfileUtilities Add Parameter messages : List in method public ProfileUtilities(context IWorkerContext, messages List, pkp ProfileKnowledgeProvider) from class org.hl7.fhir.instance.utils.ProfileUtilities Add Parameter pkp : ProfileKnowledgeProvider in method public ProfileUtilities(context IWorkerContext, messages List, pkp ProfileKnowledgeProvider) from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Parameter pkp : ProfileKnowledgeProvider in method public generateSnapshot(base StructureDefinition, derived StructureDefinition, url String, profileName String, pkp ProfileKnowledgeProvider, messages List) : void from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Parameter messages : List in method public generateSnapshot(base StructureDefinition, derived StructureDefinition, url String, profileName String, pkp ProfileKnowledgeProvider, messages List) : void from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Parameter pkp : ProfileKnowledgeProvider in method private processPaths(result StructureDefinitionSnapshotComponent, base StructureDefinitionSnapshotComponent, differential StructureDefinitionDifferentialComponent, baseCursor int, diffCursor int, baseLimit int, diffLimit int, url String, profileName String, contextPath String, pkp ProfileKnowledgeProvider, trimDifferential boolean, contextName String, resultPathBase String, slicingDone boolean) : void from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Parameter pkp : ProfileKnowledgeProvider in method private updateFromDefinition(dest ElementDefinition, source ElementDefinition, pn String, pkp ProfileKnowledgeProvider, trimDifferential boolean, purl String) : void from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Parameter pkp : ProfileKnowledgeProvider in method private extensionIsComplex(pkp ProfileKnowledgeProvider, value String) : boolean from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Thrown Exception Type EOperationOutcome in method private extensionIsComplex(pkp ProfileKnowledgeProvider, value String) : boolean from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Thrown Exception Type Exception in method private extensionIsComplex(pkp ProfileKnowledgeProvider, value String) : boolean from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Parameter pkp : ProfileKnowledgeProvider in method public sortDifferential(base StructureDefinition, diff StructureDefinition, name String, pkp ProfileKnowledgeProvider, errors List) : void from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Thrown Exception Type EOperationOutcome in method public sortDifferential(base StructureDefinition, diff StructureDefinition, name String, pkp ProfileKnowledgeProvider, errors List) : void from class org.hl7.fhir.instance.utils.ProfileUtilities Remove Thrown Exception Type Exception in method public sortDifferential(base StructureDefinition, diff StructureDefinition, name String, pkp ProfileKnowledgeProvider, errors List) : void from class org.hl7.fhir.instance.utils.ProfileUtilities Change Parameter Type theSource : org.hl7.fhir.instance.validation.ValidationMessage.Source to theSource : ValidationMessage.Source in method public makeIssueSource(theSource ValidationMessage.Source) : Extension from class org.hl7.fhir.instance.utils.ToolingExtensions Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public everything(theServletRequest javax.servlet.http.HttpServletRequest, theId IdType, theStart DateType, theEnd DateType) : IBundleProvider from class ca.uhn.fhir.rest.server.ServerConformanceProviderHl7OrgDstu2Test.PlainProviderWithExtendedOperationOnNoType Change Return Type ca.uhn.fhir.rest.server.IBundleProvider to IBundleProvider in method public everything(theServletRequest javax.servlet.http.HttpServletRequest, theId IdType, theStart DateType, theEnd DateType) : IBundleProvider from class ca.uhn.fhir.rest.server.ServerConformanceProviderHl7OrgDstu2Test.ProviderWithExtendedOperationReturningBundle Extract Variable queryTyped : IQuery<?> in method public actionSearch(theReq HttpServletRequest, theRequest HomeRequest, theBindingResult BindingResult, theModel ModelMap) : String from class ca.uhn.fhir.to.Controller Remove Parameter queries : List in method private extractSearchParamsDstu2(theConformance IBaseResource, resourceName String, includes TreeSet, theRevIncludes TreeSet, sortParams TreeSet, queries List, haveSearchParams boolean, queryIncludes List<List>) : boolean from class ca.uhn.fhir.to.Controller Remove Parameter queries : List in method private extractSearchParamsDstu3CapabilityStatement(theConformance IBaseResource, resourceName String, includes TreeSet, theRevIncludes TreeSet, sortParams TreeSet, queries List, haveSearchParams boolean, queryIncludes List<List>) : boolean from class ca.uhn.fhir.to.Controller Change Parameter Type theQuery : IQuery<?> to theQuery : IQuery in method private handleSearchParam(paramIdxString String, theReq HttpServletRequest, theQuery IQuery, theClientCodeJsonWriter JsonWriter) : boolean from class ca.uhn.fhir.to.Controller Modify Parameter Annotation @OptionalParam(name = DiagnosticReport.SP_NAME) to @OptionalParam(name = DiagnosticReport.SP_CODE) in parameter theNames : TokenOrListParam in method public findDiagnosticReportsByPatient(thePatientId IdentifierDt, theNames TokenOrListParam, theDateRange DateRangeParam, theIncludes Set) : List from class ca.uhn.fhir.jpa.test.OverlayTestApp.ProviderWithRequiredAndOptional Modify Parameter Annotation @OptionalParam(name = DiagnosticReport.SP_NAME) to @OptionalParam(name = DiagnosticReport.SP_CODE) in parameter theNames : TokenOrListParam in method public findDiagnosticReportsByPatientIssued(thePatientId IdentifierDt, theNames TokenOrListParam, theDateRange DateRangeParam, theIncludes Set) : List from class ca.uhn.fhir.jpa.test.OverlayTestApp.ProviderWithRequiredAndOptional Remove Thrown Exception Type ParseException in method public main(args String[]) : void from class ca.uhn.fhir.tinder.TinderClientMojo Remove Thrown Exception Type ParseException in method public main(args String[]) : void from class ca.uhn.fhir.tinder.TinderJpaRestServerMojo Add Method Annotation @Override in method public setFilenameSuffix(theFilenameSuffix String) : void from class ca.uhn.fhir.tinder.parser.ResourceGeneratorUsingModel Add Method Annotation @Override in method public setTemplate(theTemplate String) : void from class ca.uhn.fhir.tinder.parser.ResourceGeneratorUsingModel Add Method Annotation @Override in method public setTemplateFile(theTemplateFile File) : void from class ca.uhn.fhir.tinder.parser.ResourceGeneratorUsingModel Change Attribute Access Modifier package to public in attribute public HAPI_CLIENT_KEEPRESPONSES : String from class ca.uhn.fhir.rest.client.impl.BaseClient Add Method Annotation @Override in method public getEncoding() : EncodingEnum from class ca.uhn.fhir.rest.client.impl.BaseClient Add Method Annotation @Override in method public getInterceptors() : List from class ca.uhn.fhir.rest.client.impl.BaseClient Change Parameter Type theClient : BaseClient to theClient : IRestfulClient in method public validateServerBase(theServerBase String, theHttpClient IHttpClient, theClient IRestfulClient) : void from class ca.uhn.fhir.rest.client.api.IRestfulClientFactory Change Parameter Type theClient : BaseClient to theClient : IRestfulClient in method public validateServerBaseIfConfiguredToDoSo(theServerBase String, theHttpClient IHttpClient, theClient IRestfulClient) : void from class ca.uhn.fhir.rest.client.api.IRestfulClientFactory Change Parameter Type theClient : BaseClient to theClient : IRestfulClient in method public validateServerBaseIfConfiguredToDoSo(theServerBase String, theHttpClient IHttpClient, theClient IRestfulClient) : void from class ca.uhn.fhir.rest.client.impl.RestfulClientFactory Change Parameter Type theClient : BaseClient to theClient : IRestfulClient in method public validateServerBase(theServerBase String, theHttpClient IHttpClient, theClient IRestfulClient) : void from class ca.uhn.fhir.rest.client.impl.RestfulClientFactory Change Class Access Modifier package to public in class ca.uhn.fhir.rest.param.binder.CalendarBinder Change Method Access Modifier package to public in method public CalendarBinder() from class ca.uhn.fhir.rest.param.binder.CalendarBinder Change Parameter Type theResource : IResource to theResource : IBaseResource in method protected createClientInvocation(theArgs Object[], theResource IBaseResource) : BaseHttpClientInvocation from class ca.uhn.fhir.rest.client.method.CreateMethodBinding Change Class Access Modifier package to public in class ca.uhn.fhir.rest.param.binder.DateBinder Change Method Access Modifier package to public in method public DateBinder() from class ca.uhn.fhir.rest.param.binder.DateBinder Change Class Access Modifier package to public in class ca.uhn.fhir.rest.param.binder.FhirPrimitiveBinder Change Method Access Modifier package to public in method public FhirPrimitiveBinder(theType Class<IPrimitiveType<?>>) from class ca.uhn.fhir.rest.param.binder.FhirPrimitiveBinder Change Class Access Modifier package to public in class ca.uhn.fhir.rest.param.binder.IParamBinder Change Class Access Modifier package to public in class ca.uhn.fhir.rest.param.binder.QueryParameterAndBinder Change Method Access Modifier package to public in method public QueryParameterAndBinder(theType Class<? extends IQueryParameterAnd<?>>, theCompositeTypes List<Class<? extends IQueryParameterType>>) from class ca.uhn.fhir.rest.param.binder.QueryParameterAndBinder Change Class Access Modifier package to public in class ca.uhn.fhir.rest.param.binder.QueryParameterOrBinder Change Method Access Modifier package to public in method public QueryParameterOrBinder(theType Class<? extends IQueryParameterOr<?>>, theCompositeTypes List<Class<? extends IQueryParameterType>>) from class ca.uhn.fhir.rest.param.binder.QueryParameterOrBinder Change Class Access Modifier package to public in class ca.uhn.fhir.rest.param.binder.QueryParameterTypeBinder Change Method Access Modifier package to public in method public QueryParameterTypeBinder(theType Class<? extends IQueryParameterType>, theCompositeTypes List<Class<? extends IQueryParameterType>>) from class ca.uhn.fhir.rest.param.binder.QueryParameterTypeBinder Change Class Access Modifier package to public in class ca.uhn.fhir.rest.param.binder.StringBinder Change Method Access Modifier package to public in method public StringBinder() from class ca.uhn.fhir.rest.param.binder.StringBinder Add Method Annotation @Override in method public getPagingProvider() : IPagingProvider from class ca.uhn.fhir.rest.api.server.IRestfulServer Change Variable Type id : IdDt to id : IdType in method public testProxiedRequest() : void from class ca.uhn.fhir.rest.client.HttpProxyTest Change Parameter Type theString : ReferenceParam to theString : StringParam in method public searchWithParam(theString StringParam) : List from class ca.uhn.fhir.rest.client.StringClientTest.IClient Modify Parameter Annotation @RequiredParam(name = Patient.SP_PROVIDER) to @RequiredParam(name = "withParam") in parameter theString : StringParam in method public searchWithParam(theString StringParam) : List from class ca.uhn.fhir.rest.client.StringClientTest.IClient Change Variable Type resources : List to resources : List in method public testSimpleTransaction() : void from class ca.uhn.fhir.rest.client.TransactionClientTest Remove Thrown Exception Type Error in method private processChild(name String, e JsonElement) : void from class org.hl7.fhir.instance.validation.InstanceValidator.JsonWrapperElement Add Method Annotation @SuppressWarnings({"rawtypes","unchecked"}) in method public search() : IUntypedQuery from class ca.uhn.fhir.rest.client.impl.GenericClient Remove Parameter Modifier final in parameter theType : Class in method public vread(theType Class, theId IdDt, theVersionId IdDt) : T from class ca.uhn.fhir.rest.client.GenericClient Change Parameter Type theId : IdDt to theId : String in method public vread(theType Class, theId String, theVersionId String) : T from class ca.uhn.fhir.rest.client.impl.GenericClient Change Parameter Type theVersionId : IdDt to theVersionId : String in method public vread(theType Class, theId String, theVersionId String) : T from class ca.uhn.fhir.rest.client.impl.GenericClient Remove Method Annotation @Deprecated in method public vread(theType Class, theId IdDt, theVersionId IdDt) : T from class ca.uhn.fhir.rest.client.GenericClient Add Method Annotation @Deprecated in method public read(theType Class, theId String) : T from class ca.uhn.fhir.rest.client.api.IGenericClient Add Method Annotation @Deprecated in method public read(theType Class, theUrl UriDt) : T from class ca.uhn.fhir.rest.client.api.IGenericClient Add Method Annotation @Deprecated in method public read(theUrl UriDt) : IBaseResource from class ca.uhn.fhir.rest.client.api.IGenericClient Add Method Annotation @Deprecated in method public update(theId IdDt, theResource IBaseResource) : MethodOutcome from class ca.uhn.fhir.rest.client.api.IGenericClient Add Method Annotation @Deprecated in method public update(theId String, theResource IBaseResource) : MethodOutcome from class ca.uhn.fhir.rest.client.api.IGenericClient Add Method Annotation @Deprecated in method public validate(theResource IBaseResource) : MethodOutcome from class ca.uhn.fhir.rest.client.api.IGenericClient Add Method Annotation @Deprecated in method public vread(theType Class, theId IdDt) : T from class ca.uhn.fhir.rest.client.api.IGenericClient Change Parameter Type theId : IdDt to theId : String in method public vread(theType Class, theId String, theVersionId String) : T from class ca.uhn.fhir.rest.client.api.IGenericClient Change Parameter Type theVersionId : IdDt to theVersionId : String in method public vread(theType Class, theId String, theVersionId String) : T from class ca.uhn.fhir.rest.client.api.IGenericClient Change Variable Type bundle : Bundle to bundle : IBaseResource in method private encodeContents(thePrettyPrint Boolean, encoding EncodingEnum) : String from class ca.uhn.fhir.rest.client.method.BaseHttpClientInvocationWithContents Extract Method private toReturnType(resource IBaseResource) : Object extracted from public invokeClient(theResponseMimeType String, theResponseReader Reader, theResponseStatusCode int, theHeaders Map<String,List>) : Object in class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding Rename Variable retVal : MethodOutcome to outcome : MethodOutcome in method private toReturnType(resource IBaseResource) : Object from class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding Change Variable Type list : List to list : List in method public invokeClient(theResponseMimeType String, theResponseReader Reader, theResponseStatusCode int, theHeaders Map<String,List>) : Object from class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding Rename Variable dstu2bundle : IBaseBundle to bundle : IBaseBundle in method public invokeClient(theResponseMimeType String, theResponseReader Reader, theResponseStatusCode int, theHeaders Map<String,List>) : Object from class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding Change Parameter Type theResource : IResource to theResource : IBaseResource in method protected createClientInvocation(theArgs Object[], theResource IBaseResource) : BaseHttpClientInvocation from class ca.uhn.fhir.rest.client.method.DeleteMethodBinding Change Variable Type id : IdDt to id : IIdType in method public invokeClient(theArgs Object[]) : BaseHttpClientInvocation from class ca.uhn.fhir.rest.client.method.HistoryMethodBinding Remove Parameter theId : String in method public createCreateInvocation(theResource IBaseResource, theResourceBody String, theId String, theContext FhirContext) : HttpPostClientInvocation from class ca.uhn.fhir.rest.method.MethodUtil Remove Parameter theId : String in method public createCreateInvocation(theResource IBaseResource, theResourceBody String, theId String, theContext FhirContext, theIfNoneExistParams Map<String,List>) : HttpPostClientInvocation from class ca.uhn.fhir.rest.method.MethodUtil Remove Parameter theId : String in method public createCreateInvocation(theResource IBaseResource, theResourceBody String, theId String, theContext FhirContext, theIfNoneExistUrl String) : HttpPostClientInvocation from class ca.uhn.fhir.rest.method.MethodUtil Change Return Type ResourceOrDstu1Bundle to IBaseResource in method public doInvokeServer(theServer IRestfulServer<?>, theRequest RequestDetails) : IBaseResource from class ca.uhn.fhir.rest.server.method.PageMethodBinding Change Return Type IBase to IBaseResource in method private handlePagingRequest(theServer IRestfulServer<?>, theRequest RequestDetails, thePagingAction String) : IBaseResource from class ca.uhn.fhir.rest.server.method.PageMethodBinding Change Parameter Type theResource : IResource to theResource : IBaseResource in method protected createClientInvocation(theArgs Object[], theResource IBaseResource) : BaseHttpClientInvocation from class ca.uhn.fhir.rest.client.method.PatchMethodBinding Change Class Access Modifier package to public in class ca.uhn.fhir.rest.server.method.RequestDetailsParameter Remove Class Modifier static in class ca.uhn.fhir.rest.method.SearchMethodBinding.QualifierDetails Change Variable Type bundle : Bundle to arg : Object in method public invokeClient(theArgs Object[]) : BaseHttpClientInvocation from class ca.uhn.fhir.rest.client.method.TransactionMethodBinding Rename Variable bundle : Bundle to arg : Object in method public invokeClient(theArgs Object[]) : BaseHttpClientInvocation from class ca.uhn.fhir.rest.client.method.TransactionMethodBinding Change Parameter Type theBundle : Bundle to theBundle : IBaseBundle in method public createTransactionInvocation(theBundle IBaseBundle, theContext FhirContext) : BaseHttpClientInvocation from class ca.uhn.fhir.rest.client.method.TransactionMethodBinding Change Variable Type idDt : IdDt to idDt : IIdType in method protected createClientInvocation(theArgs Object[], theResource IBaseResource) : BaseHttpClientInvocation from class ca.uhn.fhir.rest.client.method.UpdateMethodBinding Change Parameter Type theResource : IResource to theResource : IBaseResource in method protected createClientInvocation(theArgs Object[], theResource IBaseResource) : BaseHttpClientInvocation from class ca.uhn.fhir.rest.client.method.UpdateMethodBinding Change Parameter Type theParameterType : Class<? extends IResource> to theParameterType : Class<? extends IBaseResource> in method public ResourceParameter(theParameterType Class<? extends IBaseResource>, theProvider Object, theMode Mode) from class ca.uhn.fhir.rest.server.method.ResourceParameter Change Variable Type resourceList : ArrayList to resourceList : List in method public translateQueryParametersIntoServerArgument(theRequest RequestDetails, theMethodBinding BaseMethodBinding<?>) : Object from class ca.uhn.fhir.rest.server.method.TransactionParameter Remove Parameter theBundleContentType : String in method package EncodingEnum(theResourceContentTypeLegacy String, theResourceContentType String, theBundleContentType String, theFormatContentType String) from class ca.uhn.fhir.rest.server.EncodingEnum Extract Variable versionServer : IFhirVersionServer in method public getServerProfilesProvider() : IResourceProvider from class ca.uhn.fhir.rest.server.RestfulServer Extract Variable versionServer : IFhirVersionServer in method public init() : void from class ca.uhn.fhir.rest.server.RestfulServer Change Parameter Type theResponseObject : Bundle to theResponseObject : TagList in method public outgoingResponse(theRequestDetails RequestDetails, theResponseObject TagList) : boolean from class ca.uhn.fhir.rest.server.interceptor.IServerInterceptor Rename Parameter theRequest : RequestDetails to theRequestDetails : RequestDetails in method public outgoingResponse(theRequestDetails RequestDetails, theResponseObject TagList) : boolean from class ca.uhn.fhir.rest.server.interceptor.IServerInterceptor Change Parameter Type theResponseObject : Bundle to theResponseObject : TagList in method public outgoingResponse(theRequestDetails RequestDetails, theResponseObject TagList, theServletRequest HttpServletRequest, theServletResponse HttpServletResponse) : boolean from class ca.uhn.fhir.rest.server.interceptor.IServerInterceptor Change Parameter Type theResponseObject : Bundle to theResponseObject : TagList in method public outgoingResponse(theRequestDetails RequestDetails, theResponseObject TagList, theServletRequest HttpServletRequest, theServletResponse HttpServletResponse) : boolean from class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter Change Parameter Type theResponseObject : Bundle to theResponseObject : TagList in method public outgoingResponse(theRequestDetails RequestDetails, theResponseObject TagList, theServletRequest HttpServletRequest, theServletResponse HttpServletResponse) : boolean from class ca.uhn.fhir.rest.server.interceptor.auth.AuthorizationInterceptor Rename Variable ct : String to charsetString : String in method public getCharset() : Charset from class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails Extract Method public stringToFile(content String, file File) : void extracted from public stringToFile(content String, path String) : void in class org.hl7.fhir.utilities.TextFile Extract Method public stringToFile(content String, file File) : void extracted from public stringToFile(content String, path String) : void in class org.hl7.fhir.utilities.TextFile Change Return Type void to XhtmlNode in method public setName(name String) : XhtmlNode from class org.hl7.fhir.utilities.xhtml.XhtmlNode Remove Method Annotation @Override in method public hasFormatComment() : boolean from class org.hl7.fhir.utilities.xhtml.XhtmlNode Remove Method Annotation @Override in method public getFormatCommentsPre() : List from class org.hl7.fhir.utilities.xhtml.XhtmlNode Remove Method Annotation @Override in method public getFormatCommentsPost() : List from class org.hl7.fhir.utilities.xhtml.XhtmlNode Change Parameter Type xpp : XMLEventReader to xpp : XmlPullParser in method public parseHtmlNode(xpp XmlPullParser) : XhtmlNode from class org.hl7.fhir.utilities.xhtml.XhtmlParser Change Thrown Exception Type XMLStreamException to XmlPullParserException in method public parseHtmlNode(xpp XmlPullParser) : XhtmlNode from class org.hl7.fhir.utilities.xhtml.XhtmlParser Inline Variable nextEvent : XMLEvent in method private parseNode(xpp XMLEventReader) : XhtmlNode from class org.hl7.fhir.utilities.xhtml.XhtmlParser Change Parameter Type xpp : XMLEventReader to xpp : XmlPullParser in method private parseNode(xpp XmlPullParser) : XhtmlNode from class org.hl7.fhir.utilities.xhtml.XhtmlParser Change Thrown Exception Type XMLStreamException to XmlPullParserException in method private parseNode(xpp XmlPullParser) : XhtmlNode from class org.hl7.fhir.utilities.xhtml.XhtmlParser Change Return Type void to XhtmlParser in method public setMustBeWellFormed(mustBeWellFormed boolean) : XhtmlParser from class org.hl7.fhir.utilities.xhtml.XhtmlParser Change Variable Type conf : Conformance to conf : CapabilityStatement in method public testServerReturnsAppropriateVersionDstu() : void from class ca.uhn.fhir.rest.client.ClientServerValidationDstu1Test Change Variable Type conf : Conformance to conf : CapabilityStatement in method public testServerReturnsWrongVersionDstu() : void from class ca.uhn.fhir.rest.client.ClientServerValidationDstu1Test Add Method Annotation @Ignore in method public testServerReturnsWrongVersionDstu() : void from class ca.uhn.fhir.rest.client.ClientServerValidationDstu1Test Extract Method private createPatientP1() : Patient extracted from public testCreatePopulatesIsCreated() : void in class ca.uhn.fhir.rest.client.GenericClientTest Extract Method private createPatientP1() : Patient extracted from public testCreatePopulatesIsCreated() : void in class ca.uhn.fhir.rest.client.GenericClientTest Extract Method private createPatientP1() : Patient extracted from public testCreateWithStringAutoDetectsEncoding() : void in class ca.uhn.fhir.rest.client.GenericClientTest Extract Method private createPatientP1() : Patient extracted from public testCreateWithStringAutoDetectsEncoding() : void in class ca.uhn.fhir.rest.client.GenericClientTest Extract Method private createPatientP1() : Patient extracted from public testCreateWithTag() : void in class ca.uhn.fhir.rest.client.GenericClientTest Extract Method private createPatientP1() : Patient extracted from public testCreateWithTag() : void in class ca.uhn.fhir.rest.client.GenericClientTest Extract Method private createPatientP1() : Patient extracted from public testCreateWithTagNonFluent() : void in class ca.uhn.fhir.rest.client.GenericClientTest Extract Method private createPatientP1() : Patient extracted from public testCreateWithTagNonFluent() : void in class ca.uhn.fhir.rest.client.GenericClientTest Add Method Annotation @Ignore in method public testInvalidCalls() : void from class ca.uhn.fhir.rest.client.GenericClientTest Change Variable Type lm : InstantDt to lm : InstantType in method public testRead() : void from class ca.uhn.fhir.rest.client.GenericClientTest Change Variable Type client : GenericClient to client : IGenericClient in method public testSearchWithClientEncodingAndPrettyPrintConfig() : void from class ca.uhn.fhir.rest.client.GenericClientTest Change Variable Type exts : List to exts : List in method public testWithParam() : void from class ca.uhn.fhir.rest.client.IncludedResourceStitchingClientTest Change Variable Type ext : ExtensionDt to ext : Extension in method public testWithParam() : void from class ca.uhn.fhir.rest.client.IncludedResourceStitchingClientTest Change Variable Type ref : ResourceReferenceDt to ref : Reference in method public testWithParam() : void from class ca.uhn.fhir.rest.client.IncludedResourceStitchingClientTest Change Variable Type ref : ResourceReferenceDt to ref : Reference in method public testWithDeclaredExtension() : void from class ca.uhn.fhir.rest.client.IncludedResourceStitchingClientTest Rename Attribute httpClient : HttpClient to myHttpClient : HttpClient in class ca.uhn.fhir.rest.client.IncludedResourceStitchingClientTest Rename Attribute httpResponse : HttpResponse to myHttpResponse : HttpResponse in class ca.uhn.fhir.rest.client.IncludedResourceStitchingClientTest Change Variable Type strings : List to strings : List in method public testGetAllPopulatedChildElementsOfType() : void from class ca.uhn.fhir.util.FhirTerserTest Change Variable Type actual : QuantityDt to actual : Quantity in method public testMultiValueTypes() : void from class ca.uhn.fhir.util.FhirTerserTest Change Variable Type elems : List to elems : List in method public testTerser() : void from class ca.uhn.fhir.util.FhirTerserTest Rename Method public expandVS(theSource ValueSet, theCacheOk boolean) : ValueSetExpansionOutcome renamed to public getAbbreviation(theName String) : String in class org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext Change Return Type ValueSet to CodeSystem in method public fetchCodeSystem(theSystem String) : CodeSystem from class org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext Remove Thrown Exception Type EOperationOutcome in method public fetchResource(theClass Class, theUri String) : T from class org.hl7.fhir.instance.hapi.validation.HapiWorkerContext Remove Thrown Exception Type Exception in method public fetchResource(theClass Class, theUri String) : T from class org.hl7.fhir.instance.hapi.validation.HapiWorkerContext Change Return Type INarrativeGenerator to org.hl7.fhir.r4.utils.INarrativeGenerator in method public getNarrativeGenerator(thePrefix String, theBasePath String) : org.hl7.fhir.r4.utils.INarrativeGenerator from class org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext Remove Thrown Exception Type Exception in method public newValidator() : IResourceValidator from class org.hl7.fhir.instance.hapi.validation.HapiWorkerContext Change Variable Type nextComposeCode : ConceptReferenceComponent to next : ValueSetExpansionContainsComponent in method public validateCode(theSystem String, theCode String, theDisplay String, theVs ValueSet) : ValidationResult from class org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext Rename Variable conceptDef : ConceptDefinitionComponent to definition : ConceptDefinitionComponent in method public validateCode(theSystem String, theCode String, theDisplay String, theVs ValueSet) : ValidationResult from class org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext Rename Variable nextComposeCode : ConceptReferenceComponent to next : ValueSetExpansionContainsComponent in method public validateCode(theSystem String, theCode String, theDisplay String, theVs ValueSet) : ValidationResult from class org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext Add Parameter theHeiarchical : boolean in method public expandVS(theInc ConceptSetComponent, theHeiarchical boolean) : ValueSetExpansionComponent from class org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext Add Thrown Exception Type TerminologyServiceException in method public expandVS(theInc ConceptSetComponent, theHeiarchical boolean) : ValueSetExpansionComponent from class org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext Change Return Type ValueSetExpansionOutcome to String in method public getAbbreviation(theName String) : String from class org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext Add Parameter theName : String in method public getAbbreviation(theName String) : String from class org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext Remove Parameter theSource : ValueSet in method public expandVS(theSource ValueSet, theCacheOk boolean) : ValueSetExpansionOutcome from class org.hl7.fhir.instance.hapi.validation.HapiWorkerContext Remove Parameter theCacheOk : boolean in method public expandVS(theSource ValueSet, theCacheOk boolean) : ValueSetExpansionOutcome from class org.hl7.fhir.instance.hapi.validation.HapiWorkerContext Change Return Type void to IResourceValidator in method public setBestPracticeWarningLevel(value BestPracticeWarningLevel) : IResourceValidator from class org.hl7.fhir.r4.utils.IResourceValidator Rename Method private checkReference(errors List, path String, element WrapperElement, profile StructureDefinition, container ElementDefinition, parentType String, stack NodeStack) : void renamed to private validateQuestionannaireResponse(errors List, element Element, stack NodeStack) : void in class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Method private getValueSet(system String) : ValueSet renamed to private getCodeSystem(system String) : CodeSystem in class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Method public isRequireResourceId() : boolean renamed to public isAllowXsiLocation() : boolean in class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Method public setRequireResourceId(requiresResourceId boolean) : void renamed to public setAllowXsiLocation(allowXsiLocation boolean) : void in class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Method public validate(element Element) : List renamed to private findReferences(start Element) : List in class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Method public validate(errors List, document Document, profile String) : void renamed to private loadProfiles(profiles ValidationProfileSet) : void in class org.hl7.fhir.dstu3.validation.InstanceValidator Inline Method private getProfileForType(ed ElementDefinition, type String) : StructureDefinition inlined to private validateElement(appContext Object, errors List, profile StructureDefinition, definition ElementDefinition, cprofile StructureDefinition, context ElementDefinition, resource Element, element Element, actualType String, stack NodeStack, inCodeableConcept boolean) : void in class org.hl7.fhir.dstu3.validation.InstanceValidator Inline Method private resolveType(ed ElementDefinition, type String) : ElementDefinition inlined to private validateElement(appContext Object, errors List, profile StructureDefinition, definition ElementDefinition, cprofile StructureDefinition, context ElementDefinition, resource Element, element Element, actualType String, stack NodeStack, inCodeableConcept boolean) : void in class org.hl7.fhir.dstu3.validation.InstanceValidator Inline Method private getValueForDiscriminator(element WrapperElement, discriminator String, criteria ElementDefinition) : Element inlined to private validateElement(appContext Object, errors List, profile StructureDefinition, definition ElementDefinition, cprofile StructureDefinition, context ElementDefinition, resource Element, element Element, actualType String, stack NodeStack, inCodeableConcept boolean) : void in class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type url : String to lastSlice : int in method private validateElement(appContext Object, errors List, profile StructureDefinition, definition ElementDefinition, cprofile StructureDefinition, context ElementDefinition, resource Element, element Element, actualType String, stack NodeStack, inCodeableConcept boolean) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Variable Modifier final in variable url : String in method private getProfileForType(ed ElementDefinition, type String) : StructureDefinition from class org.hl7.fhir.instance.validation.InstanceValidator Rename Variable url : String to lastSlice : int in method private validateElement(appContext Object, errors List, profile StructureDefinition, definition ElementDefinition, cprofile StructureDefinition, context ElementDefinition, resource Element, element Element, actualType String, stack NodeStack, inCodeableConcept boolean) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Extract Method private checkMaxValueSet(errors List, path String, element Element, profile StructureDefinition, maxVSUrl Reference, c Coding) : void extracted from private checkCoding(errors List, path String, element WrapperElement, profile StructureDefinition, context ElementDefinition) : void in class org.hl7.fhir.dstu3.validation.InstanceValidator Extract Method private isValueSet(url String) : boolean extracted from private checkCoding(errors List, path String, element WrapperElement, profile StructureDefinition, context ElementDefinition) : void in class org.hl7.fhir.dstu3.validation.InstanceValidator Extract Method private checkMaxValueSet(errors List, path String, element Element, profile StructureDefinition, maxVSUrl Reference, value String) : void extracted from private checkPrimitiveBinding(errors List, path String, type String, context ElementDefinition, element WrapperElement) : void in class org.hl7.fhir.dstu3.validation.InstanceValidator Extract Method private findItem(list List, linkId String) : QuestionnaireItemComponent extracted from private checkReference(errors List, path String, element WrapperElement, profile StructureDefinition, container ElementDefinition, parentType String, stack NodeStack) : void in class org.hl7.fhir.dstu3.validation.InstanceValidator Extract Method private localResolve(ref String, stack NodeStack, errors List, path String) : Element extracted from private resolve(ref String, stack NodeStack) : WrapperElement in class org.hl7.fhir.dstu3.validation.InstanceValidator Extract Method private resolveType(type String) : ElementDefinition extracted from private validateElement(errors List, profile StructureDefinition, definition ElementDefinition, cprofile StructureDefinition, context ElementDefinition, element WrapperElement, actualType String, stack NodeStack) : void in class org.hl7.fhir.dstu3.validation.InstanceValidator Merge Variable [system : String, code : String] to e : Exception in method private checkMaxValueSet(errors List, path String, element Element, profile StructureDefinition, maxVSUrl Reference, c Coding) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type e : ETooCostly to e : Exception in method private checkMaxValueSet(errors List, path String, element Element, profile StructureDefinition, maxVSUrl Reference, value String) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type res : WrapperElement to res : Element in method private localResolve(ref String, stack NodeStack, errors List, path String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type res : WrapperElement to res : Element in method private localResolve(ref String, stack NodeStack, errors List, path String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type lines : List to lines : List in method private checkAddress(errors List, path String, focus Element, fixed Address) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private checkAddress(errors List, path String, focus Element, fixed Address) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private checkAttachment(errors List, path String, focus Element, fixed Attachment) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Extract Variable ss : boolean in method private checkCode(errors List, element Element, path String, code String, system String, display String) : boolean from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type vs : ValueSet to cs : CodeSystem in method private checkCode(errors List, element Element, path String, code String, system String, display String) : boolean from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type element : WrapperElement to element : Element in method private checkCode(errors List, element Element, path String, code String, system String, display String) : boolean from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Variable vs : ValueSet to cs : CodeSystem in method private checkCode(errors List, element Element, path String, code String, system String, display String) : boolean from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Thrown Exception Type Exception to TerminologyServiceException in method private checkCode(errors List, element Element, path String, code String, system String, display String) : boolean from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type codings : List to codings : List in method private checkCodeableConcept(errors List, path String, focus Element, fixed CodeableConcept) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private checkCodeableConcept(errors List, path String, focus Element, fixed CodeableConcept) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type element : WrapperElement to element : Element in method private checkCodeableConcept(errors List, path String, element Element, profile StructureDefinition, theElementCntext ElementDefinition) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Variable unexpandedVs : ValueSet to valueset : ValueSet in method private checkCodeableConcept(errors List, path String, element Element, profile StructureDefinition, theElementCntext ElementDefinition) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Variable found : boolean to bindingsOk : boolean in method private checkCodeableConcept(errors List, path String, element Element, profile StructureDefinition, theElementCntext ElementDefinition) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Variable any : boolean to atLeastOneSystemIsSupported : boolean in method private checkCodeableConcept(errors List, path String, element Element, profile StructureDefinition, theElementCntext ElementDefinition) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Variable validationResult : ValidationResult to vr : ValidationResult in method private checkCodeableConcept(errors List, path String, element Element, profile StructureDefinition, theElementCntext ElementDefinition) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Variable system : String to nextSystem : String in method private checkCodeableConcept(errors List, path String, element Element, profile StructureDefinition, theElementCntext ElementDefinition) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Variable code : String to nextCode : String in method private checkCodeableConcept(errors List, path String, element Element, profile StructureDefinition, theElementCntext ElementDefinition) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Thrown Exception Type EOperationOutcome in method private checkCodeableConcept(errors List, path String, element WrapperElement, profile StructureDefinition, theElementCntext ElementDefinition) : void from class org.hl7.fhir.instance.validation.InstanceValidator Remove Thrown Exception Type Exception in method private checkCodeableConcept(errors List, path String, element WrapperElement, profile StructureDefinition, theElementCntext ElementDefinition) : void from class org.hl7.fhir.instance.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private checkCoding(errors List, path String, focus Element, fixed Coding) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private checkContactPoint(errors List, path String, focus Element, fixed ContactPoint) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type element : WrapperElement to element : Element in method private checkExtensionContext(errors List, element Element, definition StructureDefinition, stack NodeStack, extensionParent String) : boolean from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type parts : List to parts : List in method private checkHumanName(errors List, path String, focus Element, fixed HumanName) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private checkHumanName(errors List, path String, focus Element, fixed HumanName) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type element : WrapperElement to element : Element in method private checkIdentifier(errors List, path String, element Element, context ElementDefinition) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private checkIdentifier(errors List, path String, focus Element, fixed Identifier) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private checkPeriod(errors List, path String, focus Element, fixed Period) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private checkQuantity(errors List, path String, focus Element, fixed Quantity) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private checkRange(errors List, path String, focus Element, fixed Range) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private checkRatio(errors List, path String, focus Element, fixed Ratio) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Thrown Exception Type EOperationOutcome in method private checkResourceType(type String) : String from class org.hl7.fhir.instance.validation.InstanceValidator Remove Thrown Exception Type Exception in method private checkResourceType(type String) : String from class org.hl7.fhir.instance.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private checkSampledData(errors List, path String, focus Element, fixed SampledData) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type events : List to events : List in method private checkTiming(errors List, path String, focus Element, fixed Timing) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private checkTiming(errors List, path String, focus Element, fixed Timing) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Method Access Modifier private to protected in method protected findElement(profile StructureDefinition, name String) : ElementDefinition from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Thrown Exception Type EOperationOutcome in method private getBaseType(profile StructureDefinition, pr String) : String from class org.hl7.fhir.instance.validation.InstanceValidator Remove Thrown Exception Type Exception in method private getBaseType(profile StructureDefinition, pr String) : String from class org.hl7.fhir.instance.validation.InstanceValidator Inline Variable res : WrapperElement in method private getContainedById(container WrapperElement, id String) : WrapperElement from class org.hl7.fhir.instance.validation.InstanceValidator Change Variable Type contained : List to contained : List in method private getContainedById(container Element, id String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type we : WrapperElement to we : Element in method private getContainedById(container Element, id String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type container : WrapperElement to container : Element in method private getContainedById(container Element, id String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Return Type WrapperElement to Element in method private getContainedById(container Element, id String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type e : WrapperElement to e : Element in method private getExtensionByUrl(extensions List, urlSimple String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type extensions : List to extensions : List in method private getExtensionByUrl(extensions List, urlSimple String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Return Type WrapperElement to Element in method private getExtensionByUrl(extensions List, urlSimple String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Parameter type : String to code : String in method private isPrimitiveType(code String) : boolean from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type entry : WrapperElement to entry : Element in method private resolveInBundle(entries List, ref String, fullUrl String, type String, id String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type entry : WrapperElement to entry : Element in method private resolveInBundle(entries List, ref String, fullUrl String, type String, id String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type entries : List to entries : List in method private resolveInBundle(entries List, ref String, fullUrl String, type String, id String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type resource : WrapperElement to resource : Element in method private resolveInBundle(entries List, ref String, fullUrl String, type String, id String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Return Type WrapperElement to Element in method private resolveInBundle(entries List, ref String, fullUrl String, type String, id String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Parameter name : String to contentReference : String in method private resolveNameReference(snapshot StructureDefinitionSnapshotComponent, contentReference String) : ElementDefinition from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Thrown Exception Type EOperationOutcome in method private resolveProfile(profile StructureDefinition, pr String) : StructureDefinition from class org.hl7.fhir.instance.validation.InstanceValidator Remove Thrown Exception Type Exception in method private resolveProfile(profile StructureDefinition, pr String) : StructureDefinition from class org.hl7.fhir.instance.validation.InstanceValidator Change Return Type void to IResourceValidator in method public setBestPracticeWarningLevel(value BestPracticeWarningLevel) : IResourceValidator from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Thrown Exception Type EOperationOutcome in method private tryParse(ref String) : String from class org.hl7.fhir.instance.validation.InstanceValidator Remove Thrown Exception Type Exception in method private tryParse(ref String) : String from class org.hl7.fhir.instance.validation.InstanceValidator Change Variable Type res : WrapperElement to resource : Element in method private validateBundle(errors List, bundle Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type entries : List to entries : List in method private validateBundle(errors List, bundle Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type firstEntry : WrapperElement to firstEntry : Element in method private validateBundle(errors List, bundle Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type bundle : WrapperElement to bundle : Element in method private validateBundle(errors List, bundle Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Variable res : WrapperElement to resource : Element in method private validateBundle(errors List, bundle Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Extract Variable reference : String in method private validateBundleReference(errors List, entries List, ref Element, name String, stack NodeStack, fullUrl String, type String, id String) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type target : WrapperElement to target : Element in method private validateBundleReference(errors List, entries List, ref Element, name String, stack NodeStack, fullUrl String, type String, id String) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type entries : List to entries : List in method private validateBundleReference(errors List, entries List, ref Element, name String, stack NodeStack, fullUrl String, type String, id String) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type ref : WrapperElement to ref : Element in method private validateBundleReference(errors List, entries List, ref Element, name String, stack NodeStack, fullUrl String, type String, id String) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Extract Variable elem : Element in method private validateDocument(errors List, entries List, composition Element, stack NodeStack, fullUrl String, id String) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type entries : List to entries : List in method private validateDocument(errors List, entries List, composition Element, stack NodeStack, fullUrl String, id String) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type composition : WrapperElement to composition : Element in method private validateDocument(errors List, entries List, composition Element, stack NodeStack, fullUrl String, id String) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type element : WrapperElement to element : Element in method private validateObservation(errors List, element Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type sections : List to sections : List in method private validateSections(errors List, entries List, focus Element, stack NodeStack, fullUrl String, id String) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type section : WrapperElement to section : Element in method private validateSections(errors List, entries List, focus Element, stack NodeStack, fullUrl String, id String) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type entries : List to entries : List in method private validateSections(errors List, entries List, focus Element, stack NodeStack, fullUrl String, id String) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private validateSections(errors List, entries List, focus Element, stack NodeStack, fullUrl String, id String) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Thrown Exception Type FHIRException in method private valueMatchesCriteria(value Element, criteria ElementDefinition) : boolean from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter hostServices : IEvaluationContext in method public InstanceValidator(theContext IWorkerContext, hostServices IEvaluationContext) from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Thrown Exception Type Exception in method public InstanceValidator(theContext IWorkerContext) from class org.hl7.fhir.instance.validation.InstanceValidator Add Parameter engine : ValidationEngine in method public InstanceValidator(engine ValidationEngine) from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Parameter theContext : IWorkerContext in method public InstanceValidator(theContext IWorkerContext, theValueSetExpander ValueSetExpanderFactory) from class org.hl7.fhir.instance.validation.InstanceValidator Remove Parameter theValueSetExpander : ValueSetExpanderFactory in method public InstanceValidator(theContext IWorkerContext, theValueSetExpander ValueSetExpanderFactory) from class org.hl7.fhir.instance.validation.InstanceValidator Remove Thrown Exception Type Exception in method public InstanceValidator(theContext IWorkerContext, theValueSetExpander ValueSetExpanderFactory) from class org.hl7.fhir.instance.validation.InstanceValidator Change Parameter Type element : WrapperElement to element : Element in method private checkCoding(errors List, path String, element Element, profile StructureDefinition, theElementCntext ElementDefinition, inCodeableConcept boolean) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Variable vs : ValueSet to valueset : ValueSet in method private checkCoding(errors List, path String, element Element, profile StructureDefinition, theElementCntext ElementDefinition, inCodeableConcept boolean) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Parameter context : ElementDefinition to theElementCntext : ElementDefinition in method private checkCoding(errors List, path String, element Element, profile StructureDefinition, theElementCntext ElementDefinition, inCodeableConcept boolean) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Merge Variable [system : String, code : String] to valueset : ValueSet in method private checkCoding(errors List, path String, element Element, profile StructureDefinition, theElementCntext ElementDefinition, inCodeableConcept boolean) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter inCodeableConcept : boolean in method private checkCoding(errors List, path String, element Element, profile StructureDefinition, theElementCntext ElementDefinition, inCodeableConcept boolean) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Thrown Exception Type EOperationOutcome in method private checkCoding(errors List, path String, element WrapperElement, profile StructureDefinition, context ElementDefinition) : void from class org.hl7.fhir.instance.validation.InstanceValidator Remove Thrown Exception Type Exception in method private checkCoding(errors List, path String, element WrapperElement, profile StructureDefinition, context ElementDefinition) : void from class org.hl7.fhir.instance.validation.InstanceValidator Change Variable Type meta : WrapperElement to meta : Element in method protected checkDeclaredProfiles(resourceProfiles ResourceProfiles, errors List, resource Element, element Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type profiles : List to profiles : List in method protected checkDeclaredProfiles(resourceProfiles ResourceProfiles, errors List, resource Element, element Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type profile : WrapperElement to profile : Element in method protected checkDeclaredProfiles(resourceProfiles ResourceProfiles, errors List, resource Element, element Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type element : WrapperElement to element : Element in method protected checkDeclaredProfiles(resourceProfiles ResourceProfiles, errors List, resource Element, element Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter resourceProfiles : ResourceProfiles in method protected checkDeclaredProfiles(resourceProfiles ResourceProfiles, errors List, resource Element, element Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter resource : Element in method protected checkDeclaredProfiles(resourceProfiles ResourceProfiles, errors List, resource Element, element Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Thrown Exception Type Exception to FHIRException in method protected checkDeclaredProfiles(resourceProfiles ResourceProfiles, errors List, resource Element, element Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Method Access Modifier private to protected in method protected checkDeclaredProfiles(resourceProfiles ResourceProfiles, errors List, resource Element, element Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type element : WrapperElement to element : Element in method private checkExtension(appContext Object, errors List, path String, resource Element, element Element, def ElementDefinition, profile StructureDefinition, stack NodeStack) : StructureDefinition from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter appContext : Object in method private checkExtension(appContext Object, errors List, path String, resource Element, element Element, def ElementDefinition, profile StructureDefinition, stack NodeStack) : StructureDefinition from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter resource : Element in method private checkExtension(appContext Object, errors List, path String, resource Element, element Element, def ElementDefinition, profile StructureDefinition, stack NodeStack) : StructureDefinition from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Thrown Exception Type Exception to [FHIRException, IOException] in method private checkExtension(appContext Object, errors List, path String, resource Element, element Element, def ElementDefinition, profile StructureDefinition, stack NodeStack) : StructureDefinition from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type extensions : List to extensions : List in method private checkFixedValue(errors List, path String, focus Element, fixed Element, propName String, parent Element) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type ex : WrapperElement to ex : Element in method private checkFixedValue(errors List, path String, focus Element, fixed Element, propName String, parent Element) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type focus : WrapperElement to focus : Element in method private checkFixedValue(errors List, path String, focus Element, fixed Element, propName String, parent Element) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type fixed : org.hl7.fhir.instance.model.Element to fixed : org.hl7.fhir.dstu3.model.Element in method private checkFixedValue(errors List, path String, focus Element, fixed org.hl7.fhir.dstu3.model.Element, propName String, parent Element) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter parent : Element in method private checkFixedValue(errors List, path String, focus Element, fixed Element, propName String, parent Element) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type element : WrapperElement to element : Element in method private checkPrimitiveBinding(errors List, path String, type String, elementContext ElementDefinition, element Element, profile StructureDefinition) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Parameter context : ElementDefinition to elementContext : ElementDefinition in method private checkPrimitiveBinding(errors List, path String, type String, elementContext ElementDefinition, element Element, profile StructureDefinition) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter profile : StructureDefinition in method private checkPrimitiveBinding(errors List, path String, type String, elementContext ElementDefinition, element Element, profile StructureDefinition) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Thrown Exception Type Exception in method private checkPrimitiveBinding(errors List, path String, type String, context ElementDefinition, element WrapperElement) : void from class org.hl7.fhir.instance.validation.InstanceValidator Change Variable Type ref : String to q : Element in method private validateQuestionannaireResponse(errors List, element Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type element : WrapperElement to element : Element in method private validateQuestionannaireResponse(errors List, element Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Variable ref : String to q : Element in method private validateQuestionannaireResponse(errors List, element Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Variable ok : boolean to inProgress : boolean in method private validateQuestionannaireResponse(errors List, element Element, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Parameter path : String in method private checkReference(errors List, path String, element WrapperElement, profile StructureDefinition, container ElementDefinition, parentType String, stack NodeStack) : void from class org.hl7.fhir.instance.validation.InstanceValidator Remove Parameter profile : StructureDefinition in method private checkReference(errors List, path String, element WrapperElement, profile StructureDefinition, container ElementDefinition, parentType String, stack NodeStack) : void from class org.hl7.fhir.instance.validation.InstanceValidator Remove Parameter container : ElementDefinition in method private checkReference(errors List, path String, element WrapperElement, profile StructureDefinition, container ElementDefinition, parentType String, stack NodeStack) : void from class org.hl7.fhir.instance.validation.InstanceValidator Remove Parameter parentType : String in method private checkReference(errors List, path String, element WrapperElement, profile StructureDefinition, container ElementDefinition, parentType String, stack NodeStack) : void from class org.hl7.fhir.instance.validation.InstanceValidator Remove Thrown Exception Type Exception in method private checkReference(errors List, path String, element WrapperElement, profile StructureDefinition, container ElementDefinition, parentType String, stack NodeStack) : void from class org.hl7.fhir.instance.validation.InstanceValidator Rename Parameter vs : ValueSet to cs : CodeSystem in method private getCodeDefinition(cs CodeSystem, code String) : ConceptDefinitionComponent from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type vs : ValueSet to cs : CodeSystem in method private getCodeDefinition(cs CodeSystem, code String) : ConceptDefinitionComponent from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Return Type ValueSet to CodeSystem in method private getCodeSystem(system String) : CodeSystem from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Thrown Exception Type Exception in method private getValueSet(system String) : ValueSet from class org.hl7.fhir.instance.validation.InstanceValidator Change Variable Type res : WrapperElement to local : Element in method private resolve(appContext Object, ref String, stack NodeStack, errors List, path String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Variable res : WrapperElement to local : Element in method private resolve(appContext Object, ref String, stack NodeStack, errors List, path String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Return Type WrapperElement to Element in method private resolve(appContext Object, ref String, stack NodeStack, errors List, path String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter appContext : Object in method private resolve(appContext Object, ref String, stack NodeStack, errors List, path String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter errors : List in method private resolve(appContext Object, ref String, stack NodeStack, errors List, path String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter path : String in method private resolve(appContext Object, ref String, stack NodeStack, errors List, path String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Thrown Exception Type IOException in method private resolve(appContext Object, ref String, stack NodeStack, errors List, path String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Thrown Exception Type FHIRException in method private resolve(appContext Object, ref String, stack NodeStack, errors List, path String) : Element from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Parameter requiresResourceId : boolean to allowXsiLocation : boolean in method public setAllowXsiLocation(allowXsiLocation boolean) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type element : WrapperElement to element : Element in method private start(appContext Object, errors List, resource Element, element Element, defn StructureDefinition, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Parameter profile : StructureDefinition to defn : StructureDefinition in method private start(appContext Object, errors List, resource Element, element Element, defn StructureDefinition, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter appContext : Object in method private start(appContext Object, errors List, resource Element, element Element, defn StructureDefinition, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter resource : Element in method private start(appContext Object, errors List, resource Element, element Element, defn StructureDefinition, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Thrown Exception Type Exception to [FHIRException, IOException] in method private start(appContext Object, errors List, resource Element, element Element, defn StructureDefinition, stack NodeStack) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Variable Type results : List to references : List in method private findReferences(start Element) : List from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Variable results : List to references : List in method private findReferences(start Element) : List from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Return Type List to List in method private findReferences(start Element) : List from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Parameter element : Element to start : Element in method private findReferences(start Element) : List from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Method Annotation @Override in method public validate(element Element) : List from class org.hl7.fhir.instance.validation.InstanceValidator Remove Thrown Exception Type Exception in method public validate(element Element) : List from class org.hl7.fhir.instance.validation.InstanceValidator Change Method Access Modifier public to private in method private findReferences(start Element) : List from class org.hl7.fhir.dstu3.validation.InstanceValidator Localize Parameter profile : String to profile : String in method private loadProfiles(profiles ValidationProfileSet) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter profiles : ValidationProfileSet in method private loadProfiles(profiles ValidationProfileSet) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Parameter errors : List in method public validate(errors List, document Document, profile String) : void from class org.hl7.fhir.instance.validation.InstanceValidator Remove Parameter document : Document in method public validate(errors List, document Document, profile String) : void from class org.hl7.fhir.instance.validation.InstanceValidator Remove Method Annotation @Override in method public validate(errors List, document Document, profile String) : void from class org.hl7.fhir.instance.validation.InstanceValidator Change Thrown Exception Type Exception to DefinitionException in method private loadProfiles(profiles ValidationProfileSet) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Method Access Modifier public to private in method private loadProfiles(profiles ValidationProfileSet) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter appContext : Object in method public validate(appContext Object, errors List, element Element) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Thrown Exception Type Exception to [FHIRException, IOException] in method public validate(appContext Object, errors List, element Element) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Inline Variable e : WrapperElement in method private validateContains(errors List, path String, child ElementDefinition, context ElementDefinition, element WrapperElement, stack NodeStack, needsId boolean) : void from class org.hl7.fhir.instance.validation.InstanceValidator Change Parameter Type element : WrapperElement to element : Element in method private validateContains(appContext Object, errors List, path String, child ElementDefinition, context ElementDefinition, resource Element, element Element, stack NodeStack, idstatus IdStatus) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter appContext : Object in method private validateContains(appContext Object, errors List, path String, child ElementDefinition, context ElementDefinition, resource Element, element Element, stack NodeStack, idstatus IdStatus) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter resource : Element in method private validateContains(appContext Object, errors List, path String, child ElementDefinition, context ElementDefinition, resource Element, element Element, stack NodeStack, idstatus IdStatus) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter idstatus : IdStatus in method private validateContains(appContext Object, errors List, path String, child ElementDefinition, context ElementDefinition, resource Element, element Element, stack NodeStack, idstatus IdStatus) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Remove Parameter needsId : boolean in method private validateContains(errors List, path String, child ElementDefinition, context ElementDefinition, element WrapperElement, stack NodeStack, needsId boolean) : void from class org.hl7.fhir.instance.validation.InstanceValidator Change Thrown Exception Type Exception to [FHIRException, IOException] in method private validateContains(appContext Object, errors List, path String, child ElementDefinition, context ElementDefinition, resource Element, element Element, stack NodeStack, idstatus IdStatus) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Parameter Type element : WrapperElement to element : Element in method private validateElement(appContext Object, errors List, profile StructureDefinition, definition ElementDefinition, cprofile StructureDefinition, context ElementDefinition, resource Element, element Element, actualType String, stack NodeStack, inCodeableConcept boolean) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Variable slice : ElementDefinition to slicer : ElementDefinition in method private validateElement(appContext Object, errors List, profile StructureDefinition, definition ElementDefinition, cprofile StructureDefinition, context ElementDefinition, resource Element, element Element, actualType String, stack NodeStack, inCodeableConcept boolean) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter appContext : Object in method private validateElement(appContext Object, errors List, profile StructureDefinition, definition ElementDefinition, cprofile StructureDefinition, context ElementDefinition, resource Element, element Element, actualType String, stack NodeStack, inCodeableConcept boolean) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter resource : Element in method private validateElement(appContext Object, errors List, profile StructureDefinition, definition ElementDefinition, cprofile StructureDefinition, context ElementDefinition, resource Element, element Element, actualType String, stack NodeStack, inCodeableConcept boolean) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Add Parameter inCodeableConcept : boolean in method private validateElement(appContext Object, errors List, profile StructureDefinition, definition ElementDefinition, cprofile StructureDefinition, context ElementDefinition, resource Element, element Element, actualType String, stack NodeStack, inCodeableConcept boolean) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Thrown Exception Type Exception to [FHIRException, IOException] in method private validateElement(appContext Object, errors List, profile StructureDefinition, definition ElementDefinition, cprofile StructureDefinition, context ElementDefinition, resource Element, element Element, actualType String, stack NodeStack, inCodeableConcept boolean) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Rename Attribute requiresResourceId : boolean to allowXsiLocation : boolean in class org.hl7.fhir.dstu3.validation.InstanceValidator Replace Attribute With Variable requiresResourceId : boolean to profileSet : ValidationProfileSet in method public validate(appContext Object, errors List, element Element) : void from class org.hl7.fhir.dstu3.validation.InstanceValidator Change Attribute Type context : WorkerContext to context : IWorkerContext in class org.hl7.fhir.instance.validation.ProfileValidator Change Parameter Type context : WorkerContext to context : IWorkerContext in method public setContext(context IWorkerContext) : void from class org.hl7.fhir.instance.validation.ProfileValidator Change Parameter Type errors : List to errors : List in method private checkExtensions(profile StructureDefinition, errors List, kind String, ec ElementDefinition) : void from class org.hl7.fhir.instance.validation.ProfileValidator Remove Thrown Exception Type Exception in method private checkExtensions(profile StructureDefinition, errors List, kind String, ec ElementDefinition) : void from class org.hl7.fhir.instance.validation.ProfileValidator Change Parameter Type theBinary : IdDt to theBinary : IdType in method public read(theBinary IdType) : Binary from class ca.uhn.fhir.rest.client.BinaryClientTest.IClient Change Return Type Class<? extends IResource> to Class in method public getResourceType() : Class from class ca.uhn.fhir.rest.client.ClientIntegrationTest.MyPatientResourceProvider Change Parameter Type theId : IdDt to theId : IdType in method public read(theId IdType) : Patient from class ca.uhn.fhir.rest.client.ExceptionHandlingTest.IMyClient Change Return Type Class<? extends IResource> to Class in method public getResourceType() : Class from class ca.uhn.fhir.rest.client.HttpProxyTest.PatientResourceProvider Change Parameter Type theId : IdDt to theId : IdType in method public read(theId IdType, theRequest HttpServletRequest) : Patient from class ca.uhn.fhir.rest.client.HttpProxyTest.PatientResourceProvider Change Parameter Type theId : IdDt to theId : IdType in method public findPatient(theId IdType) : Patient from class ca.uhn.fhir.rest.client.LoggingInterceptorTest.DummyProvider Change Return Type Class<? extends IResource> to Class in method public getResourceType() : Class from class ca.uhn.fhir.rest.client.LoggingInterceptorTest.DummyProvider Change Return Type List to List in method public transaction(theResources Bundle) : List from class ca.uhn.fhir.rest.client.TransactionClientTest.IBundleClient Change Return Type List to List in method public transaction(theResources List) : List from class ca.uhn.fhir.rest.client.TransactionClientTest.IClient Change Parameter Type theResources : List to theResources : List in method public transaction(theResources List) : List from class ca.uhn.fhir.rest.client.TransactionClientTest.IClient Change Return Type Class<? extends IResource> to Class in method public getResourceType() : Class from class ca.uhn.fhir.rest.server.IncludeTest.DummyDiagnosticReportResourceProvider Change Return Type Class<? extends IResource> to Class in method public getResourceType() : Class from class ca.uhn.fhir.rest.server.IncludeTest.DummyPatientResourceProvider Change Return Type Class<? extends IResource> to Class in method public getResourceType() : Class from class ca.uhn.fhir.rest.server.SearchSearchServerDstu1Test.DummyObservationResourceProvider Change Parameter Type theId : IdDt to theId : IdType in method public compartment(theId IdType) : List from class ca.uhn.fhir.rest.server.SearchSearchServerDstu1Test.DummyPatientResourceProvider Change Return Type Class<? extends IResource> to Class in method public getResourceType() : Class from class ca.uhn.fhir.rest.server.SearchSearchServerDstu1Test.DummyPatientResourceProvider Change Return Type Class<? extends IResource> to Class in method public getResourceType() : Class from class ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptorTest.DummyPatientResourceProvider Change Parameter Type theId : IdDt to theId : IdType in method public read(theId IdType) : Patient from class ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptorTest.DummyPatientResourceProvider Rename Attribute myCriterionList : CriterionList to myConditional : boolean in class ca.uhn.fhir.rest.client.impl.GenericClient.DeleteInternal Change Attribute Type myCriterionList : CriterionList to myConditional : boolean in class ca.uhn.fhir.rest.client.impl.GenericClient.DeleteInternal Change Return Type IClientExecutable<IClientExecutable<?,?>,T> to IClientExecutable<IClientExecutable<?,T>,T> in method public meta(theMeta T) : IClientExecutable<IClientExecutable<?,T>,T> from class ca.uhn.fhir.rest.client.impl.GenericClient.MetaInternal Remove Parameter theResourceName : String in method private OutcomeResponseHandler(theResourceName String) from class ca.uhn.fhir.rest.client.GenericClient.OutcomeResponseHandler Remove Parameter theResourceName : String in method private OutcomeResponseHandler(theResourceName String, thePrefer PreferReturnEnum) from class ca.uhn.fhir.rest.client.GenericClient.OutcomeResponseHandler Rename Attribute myCriterionList : CriterionList to myConditional : boolean in class ca.uhn.fhir.rest.client.impl.GenericClient.PatchInternal Change Attribute Type myCriterionList : CriterionList to myConditional : boolean in class ca.uhn.fhir.rest.client.impl.GenericClient.PatchInternal Change Parameter Type theResources : Bundle to theResources : List<? extends IBaseResource> in method public TransactionExecutable(theResources List<? extends IBaseResource>) from class ca.uhn.fhir.rest.client.impl.GenericClient.TransactionExecutable Change Parameter Type theBundle : Bundle to theBundle : String in method public withBundle(theBundle String) : ITransactionTyped from class ca.uhn.fhir.rest.client.impl.GenericClient.TransactionInternal Change Return Type ITransactionTyped to ITransactionTyped in method public withBundle(theBundle String) : ITransactionTyped from class ca.uhn.fhir.rest.client.impl.GenericClient.TransactionInternal Change Attribute Type mySecondOrg : ResourceReferenceDt to mySecondOrg : Reference in class ca.uhn.fhir.rest.server.IncludeTest.ExtPatient Change Return Type ResourceReferenceDt to Reference in method public getSecondOrg() : Reference from class ca.uhn.fhir.rest.server.IncludeTest.ExtPatient Change Parameter Type theSecondOrg : ResourceReferenceDt to theSecondOrg : Reference in method public setSecondOrg(theSecondOrg Reference) : void from class ca.uhn.fhir.rest.server.IncludeTest.ExtPatient Change Parameter Type theId : IdDt to theId : IdType in method public read(theId IdType) : Patient from class ca.uhn.fhir.rest.client.ClientR4Test.ClientWithoutAnnotation Change Return Type TagList to List in method public invokeClient(theResponseMimeType String, theResponseReader Reader, theResponseStatusCode int, theHeaders Map<String,List>) : List from class ca.uhn.fhir.rest.client.impl.GenericClient.ResourceListResponseHandler Add Method Annotation @SuppressWarnings("unchecked") in method public invokeClient(theResponseMimeType String, theResponseReader Reader, theResponseStatusCode int, theHeaders Map<String,List>) : List from class ca.uhn.fhir.rest.client.impl.GenericClient.ResourceListResponseHandler Change Return Type Class<? extends IResource> to Class<? extends IBaseResource> in method public getResourceType() : Class<? extends IBaseResource> from class ca.uhn.fhir.jpa.provider.r4.QuestionnaireResourceProviderR4 Change Attribute Type myId : String to myId : IIdType in class ca.uhn.fhir.rest.client.impl.GenericClient.UpdateInternal Change Return Type ICreateWithQuery to IUpdateWithQuery in method public conditional() : IUpdateWithQuery from class ca.uhn.fhir.rest.client.impl.GenericClient.UpdateInternal Change Return Type ICreateTyped to IUpdateTyped in method public conditionalByUrl(theSearchUrl String) : IUpdateTyped from class ca.uhn.fhir.rest.client.impl.GenericClient.UpdateInternal Change Return Type ICreateTyped to IUpdateExecutable in method public prefer(theReturn PreferReturnEnum) : IUpdateExecutable from class ca.uhn.fhir.rest.client.impl.GenericClient.UpdateInternal Change Return Type ICreateTyped to IUpdateTyped in method public resource(theResource IBaseResource) : IUpdateTyped from class ca.uhn.fhir.rest.client.impl.GenericClient.UpdateInternal Change Return Type ICreateTyped to IUpdateTyped in method public resource(theResourceBody String) : IUpdateTyped from class ca.uhn.fhir.rest.client.impl.GenericClient.UpdateInternal Change Parameter Type theId : IdDt to theId : IIdType in method public withId(theId IIdType) : IUpdateExecutable from class ca.uhn.fhir.rest.client.impl.GenericClient.UpdateInternal Change Return Type CreateInternal to IUpdateExecutable in method public withId(theId IIdType) : IUpdateExecutable from class ca.uhn.fhir.rest.client.impl.GenericClient.UpdateInternal Change Return Type CreateInternal to IUpdateExecutable in method public withId(theId String) : IUpdateExecutable from class ca.uhn.fhir.rest.client.impl.GenericClient.UpdateInternal Change Return Type IUpdateWithQuery to ICreateWithQuery in method public conditional() : ICreateWithQuery from class ca.uhn.fhir.rest.client.impl.GenericClient.CreateInternal Change Return Type IUpdateTyped to ICreateTyped in method public conditionalByUrl(theSearchUrl String) : ICreateTyped from class ca.uhn.fhir.rest.client.impl.GenericClient.CreateInternal Change Return Type IUpdateExecutable to ICreateTyped in method public prefer(theReturn PreferReturnEnum) : ICreateTyped from class ca.uhn.fhir.rest.client.impl.GenericClient.CreateInternal Change Return Type IUpdateTyped to ICreateTyped in method public resource(theResource IBaseResource) : ICreateTyped from class ca.uhn.fhir.rest.client.impl.GenericClient.CreateInternal Change Return Type IUpdateTyped to ICreateTyped in method public resource(theResourceBody String) : ICreateTyped from class ca.uhn.fhir.rest.client.impl.GenericClient.CreateInternal Add Attribute Modifier final in attribute private myIdParamIndex : Integer from class ca.uhn.fhir.rest.server.method.HistoryMethodBinding Rename Parameter next : Include to theInclude : Include in method protected getIncludeValues(theTerser FhirTerser, theInclude Include, theResource IBaseResource, theResourceDef RuntimeResourceDefinition) : List from class ca.uhn.fhir.jpa.dao.r4.FhirResourceDaoR4 Rename Parameter t : FhirTerser to theTerser : FhirTerser in method protected getIncludeValues(theTerser FhirTerser, theInclude Include, theResource IBaseResource, theResourceDef RuntimeResourceDefinition) : List from class ca.uhn.fhir.jpa.dao.r4.FhirResourceDaoR4 Rename Parameter nextResource : IBaseResource to theResource : IBaseResource in method protected getIncludeValues(theTerser FhirTerser, theInclude Include, theResource IBaseResource, theResourceDef RuntimeResourceDefinition) : List from class ca.uhn.fhir.jpa.dao.r4.FhirResourceDaoR4 Rename Parameter def : RuntimeResourceDefinition to theResourceDef : RuntimeResourceDefinition in method protected getIncludeValues(theTerser FhirTerser, theInclude Include, theResource IBaseResource, theResourceDef RuntimeResourceDefinition) : List from class ca.uhn.fhir.jpa.dao.r4.FhirResourceDaoR4 Change Return Type MetaDt to Meta in method public metaGetOperation(theRequestDetails RequestDetails) : Meta from class ca.uhn.fhir.jpa.dao.r4.FhirSystemDaoR4 Change Parameter Type theId : IdDt to theId : IdType in method private isPlaceholder(theId IdType) : boolean from class ca.uhn.fhir.jpa.dao.r4.FhirSystemDaoR4 Change Attribute Type myCachedValue : Conformance to myCachedValue : CapabilityStatement in class ca.uhn.fhir.jpa.provider.r4.JpaConformanceProviderR4 Change Attribute Type mySystemDao : IFhirSystemDao<List,ca.uhn.fhir.model.dstu2.composite.MetaDt> to mySystemDao : IFhirSystemDao<Bundle,Meta> in class ca.uhn.fhir.jpa.provider.r4.JpaConformanceProviderR4 Change Variable Type ctx : FhirContext to resourceDef : RuntimeResourceDefinition in method public getServerConformance(theRequest HttpServletRequest) : CapabilityStatement from class ca.uhn.fhir.jpa.provider.r4.JpaConformanceProviderR4 Change Variable Type retVal : Conformance to retVal : CapabilityStatement in method public getServerConformance(theRequest HttpServletRequest) : CapabilityStatement from class ca.uhn.fhir.jpa.provider.r4.JpaConformanceProviderR4 Change Variable Type nextResource : RestResource to nextResource : CapabilityStatementRestResourceComponent in method public getServerConformance(theRequest HttpServletRequest) : CapabilityStatement from class ca.uhn.fhir.jpa.provider.r4.JpaConformanceProviderR4 Change Variable Type nextRest : Rest to nextRest : CapabilityStatementRestComponent in method public getServerConformance(theRequest HttpServletRequest) : CapabilityStatement from class ca.uhn.fhir.jpa.provider.r4.JpaConformanceProviderR4 Rename Variable ctx : FhirContext to resourceDef : RuntimeResourceDefinition in method public getServerConformance(theRequest HttpServletRequest) : CapabilityStatement from class ca.uhn.fhir.jpa.provider.r4.JpaConformanceProviderR4 Change Return Type Conformance to CapabilityStatement in method public getServerConformance(theRequest HttpServletRequest) : CapabilityStatement from class ca.uhn.fhir.jpa.provider.r4.JpaConformanceProviderR4 Change Parameter Type mySystemDao : IFhirSystemDao<List,MetaDt> to mySystemDao : IFhirSystemDao<Bundle,Meta> in method public setSystemDao(mySystemDao IFhirSystemDao<Bundle,Meta>) : void from class ca.uhn.fhir.jpa.provider.r4.JpaConformanceProviderR4 Change Parameter Type theSystemDao : IFhirSystemDao<List,ca.uhn.fhir.model.dstu2.composite.MetaDt> to theSystemDao : IFhirSystemDao<Bundle,Meta> in method public JpaConformanceProviderR4(theRestfulServer RestfulServer, theSystemDao IFhirSystemDao<Bundle,Meta>, theDaoConfig DaoConfig) from class ca.uhn.fhir.jpa.provider.r4.JpaConformanceProviderR4 Add Parameter theDaoConfig : DaoConfig in method public JpaConformanceProviderR4(theRestfulServer RestfulServer, theSystemDao IFhirSystemDao<Bundle,Meta>, theDaoConfig DaoConfig) from class ca.uhn.fhir.jpa.provider.r4.JpaConformanceProviderR4 Modify Attribute Annotation @Value(FHIR_DB_USERNAME) to @Value(TestR4Config.FHIR_DB_USERNAME) in attribute private myDbUsername : String from class ca.uhn.fhirtest.config.TestR4Config Modify Attribute Annotation @Value(FHIR_DB_PASSWORD) to @Value(TestR4Config.FHIR_DB_PASSWORD) in attribute private myDbPassword : String from class ca.uhn.fhirtest.config.TestR4Config Modify Attribute Annotation @Value(FHIR_LUCENE_LOCATION_DSTU) to @Value(FHIR_LUCENE_LOCATION_R4) in attribute private myFhirLuceneLocation : String from class ca.uhn.fhirtest.config.TestR4Config Modify Method Annotation @Bean(name = "myPersistenceDataSourceDstu1", destroyMethod = "close") to @Bean(name = "myPersistenceDataSourceR4", destroyMethod = "close") in method public dataSource() : DataSource from class ca.uhn.fhirtest.config.TestR4Config Rename Method public testValidate() : void renamed to public testValidateOutcomeResponse() : void in class ca.uhn.fhir.rest.client.ClientR4Test Add Attribute Modifier static in attribute private ourCtx : FhirContext from class ca.uhn.fhir.rest.client.ClientR4Test Extract Method private verifyHistoryBundleWithTwoResults(response Bundle) : void extracted from public testHistoryResourceInstance() : void in class ca.uhn.fhir.rest.client.ClientR4Test Extract Method private verifyHistoryBundleWithTwoResults(response Bundle) : void extracted from public testHistoryResourceType() : void in class ca.uhn.fhir.rest.client.ClientR4Test Extract Method private verifyHistoryBundleWithTwoResults(response Bundle) : void extracted from public testHistoryServer() : void in class ca.uhn.fhir.rest.client.ClientR4Test Change Variable Type olderEntry : BundleEntry to olderEntry : BundleEntryComponent in method private verifyHistoryBundleWithTwoResults(response Bundle) : void from class ca.uhn.fhir.rest.client.ClientR4Test Change Variable Type olderEntry : BundleEntry to olderEntry : BundleEntryComponent in method private verifyHistoryBundleWithTwoResults(response Bundle) : void from class ca.uhn.fhir.rest.client.ClientR4Test Change Variable Type olderEntry : BundleEntry to olderEntry : BundleEntryComponent in method private verifyHistoryBundleWithTwoResults(response Bundle) : void from class ca.uhn.fhir.rest.client.ClientR4Test Change Variable Type newerEntry : BundleEntry to newerEntry : BundleEntryComponent in method private verifyHistoryBundleWithTwoResults(response Bundle) : void from class ca.uhn.fhir.rest.client.ClientR4Test Change Variable Type newerEntry : BundleEntry to newerEntry : BundleEntryComponent in method private verifyHistoryBundleWithTwoResults(response Bundle) : void from class ca.uhn.fhir.rest.client.ClientR4Test Change Variable Type newerEntry : BundleEntry to newerEntry : BundleEntryComponent in method private verifyHistoryBundleWithTwoResults(response Bundle) : void from class ca.uhn.fhir.rest.client.ClientR4Test Change Method Access Modifier private to package in method package getPatientFeedWithOneResult() : String from class ca.uhn.fhir.rest.client.ClientR4Test Add Method Modifier static in method package getPatientFeedWithOneResult() : String from class ca.uhn.fhir.rest.client.ClientR4Test Change Variable Type response : BaseConformance to response : CapabilityStatement in method public testGetConformance() : void from class ca.uhn.fhir.rest.client.ClientR4Test Remove Method Annotation @SuppressWarnings("deprecation") in method public testHistoryResourceInstance() : void from class ca.uhn.fhir.rest.client.ClientDstu1Test Remove Method Annotation @SuppressWarnings("deprecation") in method public testHistoryResourceType() : void from class ca.uhn.fhir.rest.client.ClientDstu1Test Remove Method Annotation @SuppressWarnings("deprecation") in method public testHistoryServer() : void from class ca.uhn.fhir.rest.client.ClientDstu1Test Change Variable Type lm : InstantDt to lm : InstantType in method public testRead() : void from class ca.uhn.fhir.rest.client.ClientR4Test Change Variable Type tags : TagList to tags : List in method public testRead() : void from class ca.uhn.fhir.rest.client.ClientR4Test Change Variable Type lm : InstantDt to lm : InstantType in method public testReadNoCharset() : void from class ca.uhn.fhir.rest.client.ClientR4Test Change Variable Type response : List to response : List in method public testSearchWithGenericReturnType() : void from class ca.uhn.fhir.rest.client.ClientR4Test Rename Variable retVal : String to resp : String in method public testPostOnLongParamsList() : void from class ca.uhn.fhir.rest.client.SearchClientTest Rename Variable retVal : String to resp : String in method public testReturnTypedList() : void from class ca.uhn.fhir.rest.client.SearchClientTest Add Attribute Modifier static in attribute private ourCtx : FhirContext from class ca.uhn.fhir.jpa.provider.r4.SystemProviderR4Test Change Attribute Type ourHttpClient : HttpClient to ourHttpClient : CloseableHttpClient in class ca.uhn.fhir.jpa.provider.r4.SystemProviderR4Test Add Attribute Modifier static in attribute private ourHttpClient : CloseableHttpClient from class ca.uhn.fhir.jpa.provider.r4.SystemProviderR4Test Move Code from public before() : void to public beforeStartServer() : void in class ca.uhn.fhir.jpa.provider.r4.SystemProviderR4Test Rename Method public testValidateAllergyIntoleranceFromDavid() : void renamed to public testValidateRawJsonResourceFromExamples() : void in class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Rename Method public testValidateJsonNumericId() : void renamed to public testValidateRawXmlResourceWithPrimitiveContainingOnlyAnExtension() : void in class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Rename Method public testValidateCodeableConceptContainingOnlyGoodCode() : void renamed to public testValidateReferenceWithDisplayValid() : void in class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Split Method public testValidateResourceWithValuesetExpansion() : void to [public testValidateResourceWithValuesetExpansionBad() : void, public testContactPointSystemUrlWorks() : void] in class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Rename Variable patient : Patient to p : Patient in method public testContactPointSystemUrlWorks() : void from class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Rename Variable output : ValidationResult to results : ValidationResult in method public testContactPointSystemUrlWorks() : void from class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Rename Variable all : List to outcome : List in method public testContactPointSystemUrlWorks() : void from class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Split Method public testValidateResourceWithValuesetExpansion() : void to [public testValidateResourceWithValuesetExpansionGood() : void, public testValidateRawJsonResourceWithUnknownExtension() : void] in class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Extract Variable encoded : String in method public testValidateRawJsonResourceWithUnknownExtension() : void from class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Move Code from public afterClass() : void to public afterClassClearContext() : void in class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Inline Variable type : Class in method public answer(theInvocation InvocationOnMock) : IBaseResource from class ca.uhn.fhir.validation.FhirInstanceValidatorTest.before.thenAnswer.new Answer Change Variable Type fhirContext : FhirContext to id : String in method public answer(theInvocation InvocationOnMock) : IBaseResource from class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test.before.thenAnswer.new Answer Rename Variable fhirContext : FhirContext to id : String in method public answer(theInvocation InvocationOnMock) : IBaseResource from class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test.before.thenAnswer.new Answer Change Variable Type retVal : ValueSet to retVal : CodeSystem in method public answer(theInvocation InvocationOnMock) : CodeSystem from class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test.before.thenAnswer.new Answer Change Return Type ValueSet to CodeSystem in method public answer(theInvocation InvocationOnMock) : CodeSystem from class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test.before.thenAnswer.new Answer Add Method Annotation @Ignore in method public testValidateRawJsonResourceFromExamples() : void from class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Rename Variable all : List to res : List in method public testValidateRawXmlResourceWithPrimitiveContainingOnlyAnExtension() : void from class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Rename Variable all : List to nonInfo : List in method public testValidateReferenceWithDisplayValid() : void from class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Add Thrown Exception Type Exception in method public testValidateReferenceWithDisplayValid() : void from class ca.uhn.fhir.validation.FhirInstanceValidatorR4Test Change Attribute Type myVal : QuestionnaireResponseValidator to myVal : FhirValidator in class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Change Attribute Type myWorkerCtx : WorkerContext to myWorkerCtx : IWorkerContext in class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Move Code from public before() : void to public afterClassClearContext() : void in class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Move Code from public testCodedAnswer() : void to public afterClassClearContext() : void in class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Move Code from public testOpenchoiceAnswer() : void to public afterClassClearContext() : void in class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Change Variable Type errors : List to errors : ValidationResult in method public testAnswerWithWrongType() : void from class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Change Variable Type errors : List to errors : ValidationResult in method public testCodedAnswer() : void from class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Change Variable Type errors : List to errors : ValidationResult in method public testOpenchoiceAnswer() : void from class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Change Variable Type qGroup : GroupComponent to qGroup : QuestionnaireItemComponent in method public testGroupWithNoLinkIdInQuestionnaireResponse() : void from class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Change Variable Type qaGroup : QuestionnaireResponse.GroupComponent to qaGroup : QuestionnaireResponseItemComponent in method public testGroupWithNoLinkIdInQuestionnaireResponse() : void from class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Change Variable Type errors : List to errors : ValidationResult in method public testGroupWithNoLinkIdInQuestionnaireResponse() : void from class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Change Variable Type errors : List to errors : ValidationResult in method public testMissingRequiredQuestion() : void from class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Change Variable Type errors : List to errors : ValidationResult in method public testUnexpectedAnswer() : void from class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Change Variable Type errors : List to errors : ValidationResult in method public testUnexpectedGroup() : void from class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Change Variable Type errors : ArrayList to errors : ValidationResult in method public validateHealthConnexExample() : void from class ca.uhn.fhir.validation.QuestionnaireResponseValidatorR4Test Add Class Annotation @SuppressWarnings({"rawtypes","unchecked"}) in class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Rename Method private setResourceClass(theClass Class<? extends IBaseResource>) : void renamed to private setType(theResourceType Class<? extends IBaseResource>) : void in class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Change Variable Type binding : TagListResponseHandler to binding : IClientResponseHandler<? extends IBase> in method public execute() : OUTPUT from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Change Variable Type invocation : HttpGetClientInvocation to invocation : BaseHttpClientInvocation in method public execute() : OUTPUT from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Change Return Type TagList to OUTPUT in method public execute() : OUTPUT from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Rename Parameter theClass : Class<? extends IBaseResource> to theResourceType : Class<? extends IBaseResource> in method private setType(theResourceType Class<? extends IBaseResource>) : void from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Add Class Modifier abstract in class ca.uhn.fhir.rest.client.impl.GenericClient.BaseSearch Remove Class Annotation @SuppressWarnings({"rawtypes","unchecked"}) in class ca.uhn.fhir.rest.client.GenericClient.SearchInternal Change Return Type IQuery to QUERY in method public and(theCriterion ICriterion<?>) : QUERY from class ca.uhn.fhir.rest.client.impl.GenericClient.BaseSearch Extract Variable criterion : ICriterionInternal in method public where(theCriterion ICriterion<?>) : QUERY from class ca.uhn.fhir.rest.client.impl.GenericClient.BaseSearch Extract Variable parameterValue : String in method public where(theCriterion ICriterion<?>) : QUERY from class ca.uhn.fhir.rest.client.impl.GenericClient.BaseSearch Change Return Type IQuery to QUERY in method public where(theCriterion ICriterion<?>) : QUERY from class ca.uhn.fhir.rest.client.impl.GenericClient.BaseSearch Add Method Annotation @SuppressWarnings("unchecked") in method public where(theCriterion ICriterion<?>) : QUERY from class ca.uhn.fhir.rest.client.impl.GenericClient.BaseSearch Change Return Type IBase to OUTPUT in method public execute() : OUTPUT from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Remove Method Annotation @Deprecated in method public execute() : IBase from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal Change Parameter Type theResourceType : Class<? extends IBaseResource> to theResourceType : Class in method public forResource(theResourceType Class) : IQuery from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Change Return Type IQuery to IQuery in method public withProfile(theProfileUri String) : IQuery from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Change Parameter Type theProfileUris : Collection to theProfileUris : Collection in method public withAnyProfile(theProfileUris Collection) : IQuery from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Change Return Type IQuery to IQuery in method public withAnyProfile(theProfileUris Collection) : IQuery from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Change Return Type IQuery to IQuery in method public withSecurity(theSystem String, theCode String) : IQuery from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Change Return Type IQuery to IQuery in method public withTag(theSystem String, theCode String) : IQuery from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Change Return Type Class to Class<? extends IBaseResource> in method public getResourceType() : Class<? extends IBaseResource> from class ca.uhn.fhir.rest.server.SearchBundleProviderWithNoSizeR4Test.DummyPatientResourceProvider Change Return Type Class to Class<? extends IBaseResource> in method public getResourceType() : Class<? extends IBaseResource> from class ca.uhn.fhir.rest.server.SearchSortR4Test.DummyPatientResourceProvider Remove Class Modifier abstract in class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move And Rename Class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement moved and renamed to org.hl7.fhir.r4.elementmodel.Element Rename Attribute DSTU1 : FhirVersionEnum to R4 : FhirVersionEnum in class ca.uhn.fhir.context.FhirVersionEnum Pull Up Method public invokeClient(theArgs Object[]) : BaseHttpClientInvocation from class ca.uhn.fhir.rest.method.BaseAddOrDeleteTagsMethodBinding to public abstract invokeClient(theArgs Object[]) : BaseHttpClientInvocation from class ca.uhn.fhir.rest.client.method.BaseMethodBinding Remove Method Annotation @Override in method public invokeClient(theArgs Object[]) : BaseHttpClientInvocation from class ca.uhn.fhir.rest.method.BaseAddOrDeleteTagsMethodBinding Add Method Modifier abstract in method public abstract invokeClient(theArgs Object[]) : BaseHttpClientInvocation from class ca.uhn.fhir.rest.client.method.BaseMethodBinding Pull Up Attribute private ourLog : org.slf4j.Logger from class ca.uhn.fhir.rest.method.ReadMethodBinding to private ourLog : org.slf4j.Logger from class ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding Pull Up Method public invokeServer(theServer IRestfulServer<?>, theRequest RequestDetails, theMethodParams Object[]) : Object from class ca.uhn.fhir.rest.method.TransactionMethodBinding to public abstract invokeServer(theServer IRestfulServer<?>, theRequest RequestDetails, theMethodParams Object[]) : Object from class ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding Remove Method Annotation @SuppressWarnings("unchecked") in method public invokeServer(theServer IRestfulServer<?>, theRequest RequestDetails, theMethodParams Object[]) : Object from class ca.uhn.fhir.rest.method.TransactionMethodBinding Remove Method Annotation @Override in method public invokeServer(theServer IRestfulServer<?>, theRequest RequestDetails, theMethodParams Object[]) : Object from class ca.uhn.fhir.rest.method.TransactionMethodBinding Add Method Modifier abstract in method public abstract invokeServer(theServer IRestfulServer<?>, theRequest RequestDetails, theMethodParams Object[]) : Object from class ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding Pull Up Method public getResourceName() : String from class ca.uhn.fhir.rest.method.GetTagsMethodBinding to public getResourceName() : String from class ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding Pull Up Method public invokeServer(theServer IRestfulServer<?>, theRequest RequestDetails) : Object from class ca.uhn.fhir.rest.method.GetTagsMethodBinding to public invokeServer(theServer IRestfulServer<?>, theRequest RequestDetails) : Object from class ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding Change Variable Type resp : TagList to response : IBaseResource in method public invokeServer(theServer IRestfulServer<?>, theRequest RequestDetails) : Object from class ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding Rename Variable resp : TagList to response : IBaseResource in method public invokeServer(theServer IRestfulServer<?>, theRequest RequestDetails) : Object from class ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding Extract Superclass ca.uhn.fhir.rest.client.method.BaseMethodBinding from classes [ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding, ca.uhn.fhir.rest.method.BaseAddOrDeleteTagsMethodBinding, ca.uhn.fhir.rest.method.BaseOutcomeReturningMethodBinding] Extract Superclass ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBinding from classes [ca.uhn.fhir.rest.method.BaseOutcomeReturningMethodBindingWithResourceParam] Extract Superclass ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceParam from classes [ca.uhn.fhir.rest.method.UpdateMethodBinding] Extract Superclass ca.uhn.fhir.jpa.provider.r4.JpaResourceProviderR4 from classes [ca.uhn.fhir.jpa.provider.QuestionnaireResourceProvider] Extract Superclass ca.uhn.fhir.jpa.util.BaseIterator from classes [ca.uhn.fhir.jpa.dao.SearchBuilder.IncludesIterator, ca.uhn.fhir.jpa.dao.SearchBuilder.QueryIterator, ca.uhn.fhir.jpa.dao.SearchBuilder.ScrollableResultsIterator, ca.uhn.fhir.jpa.search.SearchCoordinatorSvcImplTest.FailAfterNIterator, ca.uhn.fhir.jpa.search.SearchCoordinatorSvcImplTest.SlowIterator] Extract Superclass ca.uhn.fhir.jpa.dao.r4.BaseJpaR4Test from classes [ca.uhn.fhir.rest.client.BundleTypeTest] Extract Superclass ca.uhn.fhir.rest.server.method.BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody from classes [ca.uhn.fhir.rest.method.DeleteMethodBinding, ca.uhn.fhir.rest.method.PatchMethodBinding] Extract Superclass ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding from classes [ca.uhn.fhir.rest.method.HistoryMethodBinding, ca.uhn.fhir.rest.method.ReadMethodBinding, ca.uhn.fhir.rest.method.TransactionMethodBinding, ca.uhn.fhir.rest.method.ConformanceMethodBinding, ca.uhn.fhir.rest.method.DynamicSearchMethodBinding, ca.uhn.fhir.rest.method.GetTagsMethodBinding, ca.uhn.fhir.rest.method.PageMethodBinding, ca.uhn.fhir.rest.method.SearchMethodBinding] Extract Superclass org.hl7.fhir.r4.hapi.rest.server.ServerCapabilityStatementProvider from classes [ca.uhn.fhir.jpa.provider.JpaConformanceProviderDstu1] Extract Superclass org.hl7.fhir.r4.model.Base from classes [org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement] Extract Superclass org.hl7.fhir.r4.utils.SnomedExpressions.Base from classes [org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement] Extract Superclass org.hl7.fhir.r4.utils.TranslatingUtilities from classes [org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator] Extract Superclass org.hl7.fhir.dstu3.validation.BaseValidator from classes [org.hl7.fhir.instance.validation.InstanceValidator, org.hl7.fhir.instance.validation.ProfileValidator] Extract Superclass org.hl7.fhir.r4.hapi.validation.BaseValidatorBridge from classes [org.hl7.fhir.instance.hapi.validation.FhirQuestionnaireResponseValidator] Extract Superclass org.hl7.fhir.r4.validation.BaseValidator from classes [org.hl7.fhir.instance.validation.InstanceValidator, org.hl7.fhir.instance.validation.ProfileValidator] Move Method public createServerConformanceProvider(theServer RestfulServer) : ServerConformanceProvider from class org.hl7.fhir.dstu2016may.hapi.ctx.FhirDstu2_1 to public createServerConformanceProvider(theServer RestfulServer) : ServerConformanceProvider from class org.hl7.fhir.dstu2016may.hapi.ctx.FhirServerDstu2_1 Move Method public createServerProfilesProvider(theRestfulServer RestfulServer) : IResourceProvider from class org.hl7.fhir.dstu2016may.hapi.ctx.FhirDstu2_1 to public createServerProfilesProvider(theRestfulServer RestfulServer) : IResourceProvider from class org.hl7.fhir.dstu2016may.hapi.ctx.FhirServerDstu2_1 Move Method public createServerConformanceProvider(theServer RestfulServer) : ServerConformanceProvider from class ca.uhn.fhir.model.dstu2.FhirDstu2 to public createServerConformanceProvider(theServer RestfulServer) : ServerConformanceProvider from class org.hl7.fhir.dstu2016may.hapi.ctx.FhirServerDstu2_1 Move Method public createServerProfilesProvider(theRestfulServer RestfulServer) : IResourceProvider from class ca.uhn.fhir.model.dstu2.FhirDstu2 to public createServerProfilesProvider(theRestfulServer RestfulServer) : IResourceProvider from class org.hl7.fhir.dstu2016may.hapi.ctx.FhirServerDstu2_1 Move Method public createServerConformanceProvider(theServer RestfulServer) : ServerCapabilityStatementProvider from class org.hl7.fhir.dstu3.hapi.ctx.FhirDstu3 to public createServerConformanceProvider(theServer RestfulServer) : ServerConformanceProvider from class org.hl7.fhir.dstu2016may.hapi.ctx.FhirServerDstu2_1 Change Return Type ServerCapabilityStatementProvider to ServerConformanceProvider in method public createServerConformanceProvider(theServer RestfulServer) : ServerConformanceProvider from class org.hl7.fhir.dstu2016may.hapi.ctx.FhirServerDstu2_1 Move Method public createServerProfilesProvider(theRestfulServer RestfulServer) : IResourceProvider from class org.hl7.fhir.dstu3.hapi.ctx.FhirDstu3 to public createServerProfilesProvider(theRestfulServer RestfulServer) : IResourceProvider from class org.hl7.fhir.dstu2016may.hapi.ctx.FhirServerDstu2_1 Move Method public createServerConformanceProvider(theServer RestfulServer) : ServerConformanceProvider from class org.hl7.fhir.instance.FhirDstu2Hl7Org to public createServerConformanceProvider(theServer RestfulServer) : ServerConformanceProvider from class org.hl7.fhir.dstu2016may.hapi.ctx.FhirServerDstu2_1 Move Method public createServerProfilesProvider(theRestfulServer RestfulServer) : IResourceProvider from class org.hl7.fhir.instance.FhirDstu2Hl7Org to public createServerProfilesProvider(theRestfulServer RestfulServer) : IResourceProvider from class org.hl7.fhir.dstu2016may.hapi.ctx.FhirServerDstu2_1 Extract Class org.hl7.fhir.dstu2016may.hapi.ctx.FhirServerDstu2_1 from class org.hl7.fhir.dstu2016may.hapi.ctx.FhirDstu2_1 Extract Class org.hl7.fhir.dstu2016may.hapi.ctx.FhirServerDstu2_1 from class ca.uhn.fhir.model.dstu2.FhirDstu2 Extract Class org.hl7.fhir.dstu2016may.hapi.ctx.FhirServerDstu2_1 from class org.hl7.fhir.dstu3.hapi.ctx.FhirDstu3 Extract Class org.hl7.fhir.dstu2016may.hapi.ctx.FhirServerDstu2_1 from class org.hl7.fhir.instance.FhirDstu2Hl7Org Move Attribute private myResourceName : String from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private myResourceName : String from class ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceParam Move Attribute private myResourceType : Class<? extends IBaseResource> from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private myResourceType : Class<? extends IBaseResource> from class ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceParam Move Method public abstract col() : int from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract col() : int from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract getAttribute(name String) : String from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract getAttribute(name String) : String from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract getFirstChild() : WrapperElement from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract getFirstChild() : WrapperElement from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract getName() : String from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract getName() : String from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract getNamedChild(name String) : WrapperElement from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract getNamedChild(name String) : WrapperElement from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract getNamedChildren(name String, list List) : void from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract getNamedChildren(name String, list List) : void from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract getNamedChildrenWithWildcard(name String, list List) : void from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract getNamedChildrenWithWildcard(name String, list List) : void from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract getNamedChildValue(name String) : String from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract getNamedChildValue(name String) : String from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract getNamespace() : String from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract getNamespace() : String from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract getNextSibling() : WrapperElement from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract getNextSibling() : WrapperElement from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract getResourceType() : String from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract getResourceType() : String from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract getText() : String from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract getText() : String from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract hasAttribute(name String) : boolean from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract hasAttribute(name String) : boolean from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract hasNamespace(string String) : boolean from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract hasNamespace(string String) : boolean from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract hasProcessingInstruction() : boolean from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract hasProcessingInstruction() : boolean from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract isXml() : boolean from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract isXml() : boolean from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Move Method public abstract line() : int from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement to public abstract line() : int from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Extract Class ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceParam from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal Extract Class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement from class org.hl7.fhir.instance.validation.InstanceValidator.WrapperElement Change Variable Type conformance : Conformance to conformance : CapabilityStatement in method private extractSearchParamsR4CapabilityStatement(theConformance IBaseResource, resourceName String, includes TreeSet, theRevIncludes TreeSet, sortParams TreeSet, haveSearchParams boolean, queryIncludes List<List>) : boolean from class ca.uhn.fhir.to.Controller Change Variable Type next : StringDt to next : StringType in method private extractSearchParamsR4CapabilityStatement(theConformance IBaseResource, resourceName String, includes TreeSet, theRevIncludes TreeSet, sortParams TreeSet, haveSearchParams boolean, queryIncludes List<List>) : boolean from class ca.uhn.fhir.to.Controller Change Variable Type next : RestResourceSearchParam to next : CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent in method private extractSearchParamsR4CapabilityStatement(theConformance IBaseResource, resourceName String, includes TreeSet, theRevIncludes TreeSet, sortParams TreeSet, haveSearchParams boolean, queryIncludes List<List>) : boolean from class ca.uhn.fhir.to.Controller Change Variable Type nextRes : RestResource to nextRes : CapabilityStatement.CapabilityStatementRestResourceComponent in method private extractSearchParamsR4CapabilityStatement(theConformance IBaseResource, resourceName String, includes TreeSet, theRevIncludes TreeSet, sortParams TreeSet, haveSearchParams boolean, queryIncludes List<List>) : boolean from class ca.uhn.fhir.to.Controller Change Variable Type nextRest : Rest to nextRest : CapabilityStatement.CapabilityStatementRestComponent in method private extractSearchParamsR4CapabilityStatement(theConformance IBaseResource, resourceName String, includes TreeSet, theRevIncludes TreeSet, sortParams TreeSet, haveSearchParams boolean, queryIncludes List<List>) : boolean from class ca.uhn.fhir.to.Controller Rename Method private extractSearchParamsDstu1(theConformance IBaseResource, resourceName String, includes TreeSet, sortParams TreeSet, queries List, haveSearchParams boolean, queryIncludes List<List>) : boolean renamed to private extractSearchParamsR4CapabilityStatement(theConformance IBaseResource, resourceName String, includes TreeSet, theRevIncludes TreeSet, sortParams TreeSet, haveSearchParams boolean, queryIncludes List<List>) : boolean in class ca.uhn.fhir.to.Controller Move Attribute private pkp : ProfileKnowledgeProvider from class org.hl7.fhir.instance.utils.ProfileUtilities.ElementDefinitionComparer to private pkp : ProfileKnowledgeProvider from class org.hl7.fhir.instance.utils.ProfileUtilities Move Attribute private LABEL : String from class ca.uhn.fhir.rest.method.MethodUtil to private LABEL : String from class ca.uhn.fhir.rest.param.ParameterUtil Move Attribute private SCHEME : String from class ca.uhn.fhir.rest.method.MethodUtil to private SCHEME : String from class ca.uhn.fhir.rest.param.ParameterUtil Move Attribute private myCompartmentName : String from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private myCompartmentName : String from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move Attribute private myInclude : List from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private myInclude : List from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move Attribute private myLastUpdated : DateRangeParam from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private myLastUpdated : DateRangeParam from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move Attribute private myParamLimit : Integer from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private myParamLimit : Integer from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move Attribute private myProfiles : List<Collection> from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private myProfiles : List<Collection> from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move Attribute private myResourceId : String from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private myResourceId : String from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move Attribute private myReturnBundleType : Class<? extends IBaseBundle> from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private myReturnBundleType : Class<? extends IBaseBundle> from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move Attribute private myRevInclude : List from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private myRevInclude : List from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move Attribute private mySearchStyle : SearchStyleEnum from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private mySearchStyle : SearchStyleEnum from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move Attribute private mySearchUrl : String from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private mySearchUrl : String from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move Attribute private mySecurity : List from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private mySecurity : List from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move Attribute private mySort : List from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private mySort : List from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move Attribute private myTags : List from class ca.uhn.fhir.rest.client.GenericClient.SearchInternal to private myTags : List from class ca.uhn.fhir.rest.client.impl.GenericClient.SearchInternal Move Attribute private ourClient : IGenericClient from class ca.uhn.fhir.jpa.provider.ResourceProviderDstu1Test to private ourClient : IGenericClient from class ca.uhn.fhir.jpa.provider.r4.SystemProviderR4Test Move Attribute private ourServer : Server from class ca.uhn.fhir.jpa.provider.ResourceProviderDstu1Test to private ourServer : Server from class ca.uhn.fhir.jpa.provider.r4.SystemProviderR4Test Move Attribute private ourServerBase : String from class ca.uhn.fhir.jpa.provider.ResourceProviderDstu1Test to private ourServerBase : String from class ca.uhn.fhir.jpa.provider.r4.SystemProviderR4Test Move Attribute private line : int from class org.hl7.fhir.instance.validation.ValidationMessage to private line : int from class org.hl7.fhir.r4.elementmodel.Element Move Attribute private col : int from class org.hl7.fhir.instance.validation.ValidationMessage to private col : int from class org.hl7.fhir.r4.elementmodel.Element Rename Parameter theCompleteUrl : String to theLinkSelf : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class ca.uhn.fhir.rest.api.IVersionSpecificBundleFactory Add Parameter theLinkNext : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class ca.uhn.fhir.rest.api.IVersionSpecificBundleFactory Add Parameter theLinkPrev : String in method public addRootPropertiesToBundle(theAuthor String, theServerBase String, theLinkSelf String, theLinkPrev String, theLinkNext String, theTotalResults Integer, theBundleType BundleTypeEnum, theLastUpdated IPrimitiveType) : void from class ca.uhn.fhir.rest.api.IVersionSpecificBundleFactory Change Parameter Type element : Element to element : org.hl7.fhir.r4.elementmodel.Element in method public validate(Context Object, errors List, element org.hl7.fhir.r4.elementmodel.Element) : void from class org.hl7.fhir.r4.utils.IResourceValidator Add Parameter Context : Object in method public validate(Context Object, errors List, element Element) : void from class org.hl7.fhir.r4.utils.IResourceValidator Change Thrown Exception Type Exception to [FHIRException, IOException] in method public validate(Context Object, errors List, element Element) : void from class org.hl7.fhir.r4.utils.IResourceValidator Move Source Folder hapi-fhir-base to hapi-fhir-client Move Source Folder hapi-fhir-base to hapi-fhir-server Move Source Folder hapi-fhir-structures-hl7org-dstu2 to hapi-fhir-validation Move Source Folder hapi-fhir-structures-dstu to hapi-fhir-structures-r4