ee07fc80d2903def98a6ef9ee3fbbbf1e14b9d20
Files Diff
- Added: 188
- Removed: 119
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getInterceptorInstances() : Map<String,SerializableContextualInstance<Interceptor<Object>,Object>> renamed to public getInstances() : Map<String,SerializableContextualInstance<Interceptor<Object>,Object>> in class org.jboss.as.weld.interceptors.WeldInterceptorInstances | From | To | |
Change Parameter Type | 8 | ||
Change Parameter Type ejb : EJB to ejb : Object in method public moreThanOneEjbResolved(ejb Object, member Member, viewService Set<ViewDescription>) : IllegalStateException in class org.jboss.as.weld.logging.WeldLogger | From | To | |
Change Parameter Type interceptorInstances : WeldInterceptorInstances to interceptorInstances : InterceptorInstances in method private doLifecycleInterception(context InterceptorContext, interceptorInstances InterceptorInstances, interceptorBindings InterceptorBindings) : Object in class org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor | From | To | |
Change Parameter Type ejb : EJB to ejb : Object in method public ejbNotResolved(ejb Object, member Member) : IllegalStateException in class org.jboss.as.weld.logging.WeldLogger | From | To | |
Change Parameter Type interceptorInstances : WeldInterceptorInstances to interceptorInstances : InterceptorInstances in method protected delegateInterception(invocationContext InvocationContext, interceptionType InterceptionType, currentInterceptors List<Interceptor<?>>, interceptorInstances InterceptorInstances) : Object in class org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor | From | To | |
Change Parameter Type beanDeploymentArchive : BeanDeploymentArchiveImpl to beanDeploymentArchive : BeanDeploymentArchive in method public EjbDescriptorImpl(componentDescription EJBComponentDescription, beanDeploymentArchive BeanDeploymentArchive, reflectionIndex DeploymentReflectionIndex) in class org.jboss.as.weld.ejb.EjbDescriptorImpl | From | To | |
Change Parameter Type beanDeploymentArchive : BeanDeploymentArchiveImpl to beanDeploymentArchive : BeanDeploymentArchive in method public BusinessInterfaceDescriptorImpl(beanDeploymentArchive BeanDeploymentArchive, className String) in class org.jboss.as.weld.ejb.BusinessInterfaceDescriptorImpl | From | To | |
Change Parameter Type interceptorInstances : WeldInterceptorInstances to interceptorInstances : InterceptorInstances in method private doMethodInterception(invocationContext InvocationContext, interceptionType InterceptionType, interceptorInstances InterceptorInstances, interceptorBindings InterceptorBindings) : Object in class org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor | From | To | |
Change Parameter Type type : Class<?> to type : String in method public injectionTypeNotValue(type String, injectionPoint Member) : void in class org.jboss.as.weld.logging.WeldLogger | From | To | |
Rename Variable | 2 | ||
Rename Variable ejbClassName : Set<String> to componentClassNames : Set<String> in method public deploy(phaseContext DeploymentPhaseContext) : void in class org.jboss.as.weld.deployment.processors.ExternalBeanArchiveProcessor | From | To | |
Rename Variable jpaServices : Set<ServiceName> to dependencies : Set<ServiceName> in method public deploy(phaseContext DeploymentPhaseContext) : void in class org.jboss.as.weld.deployment.processors.WeldDeploymentProcessor | From | To | |
Move Source Folder | 7 | ||
Move Source Folder weld to weld/bean-validation | From | To | |
Move Source Folder weld to weld/subsystem | From | To | |
Move Source Folder weld to weld/common | From | To | |
Move Source Folder weld to weld/webservices | From | To | |
Move Source Folder weld to weld/jpa | From | To | |
Move Source Folder weld to weld/transactions | From | To | |
Move Source Folder weld to weld/ejb | From | To | |
Change Return Type | 2 | ||
Change Return Type InjectedValue<WeldTransactionServices> to InjectedValue<TransactionServices> in method public getWeldTransactionServices() : InjectedValue<TransactionServices> in class org.jboss.as.weld.WeldBootstrapService | From | To | |
Change Return Type InjectedValue<WeldSecurityServices> to InjectedValue<SecurityServices> in method public getSecurityServices() : InjectedValue<SecurityServices> in class org.jboss.as.weld.WeldBootstrapService | From | To | |
Move Class | 4 | ||
Move Class org.jboss.as.weld.deployment.processors.CdiBeanValidationFactoryProcessor moved to org.jboss.as.weld.deployment.processor.CdiBeanValidationFactoryProcessor | From | To | |
Move Class org.jboss.as.weld.ejb.WeldInterceptorInstances moved to org.jboss.as.weld.interceptors.WeldInterceptorInstances | From | To | |
Move Class org.jboss.as.weld.ejb.Jsr299BindingsCreateInterceptor moved to org.jboss.as.weld.interceptors.Jsr299BindingsCreateInterceptor | From | To | |
Move Class org.jboss.as.weld.ejb.Jsr299BindingsInterceptor moved to org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute weldContainerServiceName : ServiceName to beanManagerServiceName : ServiceName in class org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type injectionTarget : WeldInjectionTarget to injectionTarget : WeldInjectionTarget<?> in method public start(context StartContext) : void in class org.jboss.as.weld.injection.WeldComponentService | From | To | |
Change Package | 1 | ||
Change Package org.jboss.as.weld.ejb to org.jboss.as.weld.interceptors | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type beanDeploymentArchive : BeanDeploymentArchiveImpl to beanDeploymentArchive : BeanDeploymentArchive in class org.jboss.as.weld.ejb.BusinessInterfaceDescriptorImpl | From | To | |
Change Attribute Type securityServices : InjectedValue<WeldSecurityServices> to securityServices : InjectedValue<SecurityServices> in class org.jboss.as.weld.WeldBootstrapService | From | To | |
Change Attribute Type weldTransactionServices : InjectedValue<WeldTransactionServices> to weldTransactionServices : InjectedValue<TransactionServices> in class org.jboss.as.weld.WeldBootstrapService | From | To | |
Rename Parameter | 3 | ||
Rename Parameter weldServiceName : ServiceName to beanManagerServiceName : ServiceName in method private addCommonLifecycleInterceptionSupport(configuration ComponentConfiguration, builder ServiceBuilder<WeldComponentService>, bindingServiceName ServiceName, beanManagerServiceName ServiceName, componentInterceptorSupport ComponentInterceptorSupport) : void in class org.jboss.as.weld.deployment.processors.WeldComponentIntegrationProcessor | From | To | |
Rename Parameter weldContainerServiceName : ServiceName to beanManagerServiceName : ServiceName in method public EjbRequestScopeActivationInterceptor(beanManagerServiceName ServiceName) in class org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor | From | To | |
Rename Parameter weldContainerServiceName : ServiceName to beanManagerServiceName : ServiceName in method public Factory(beanManagerServiceName ServiceName) in class org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.Factory | From | To |