Closed victorgveloso closed 9 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
https://github.com/hapifhir/hapi-fhir/commit/be5c5ebecde889e5e91784e300c943a35d50c253 timed out