0a2f152152e015d2cc954f093fcb6ae33ce3614f
Files Diff
- Added: 5
- Removed: 2
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getValue(attributeConfig JBossServiceAttributeConfig, mBeanClassHierarchy List<ClassReflectionIndex>) : Value<?> renamed to private getObjectSupplier(attributeConfig JBossServiceAttributeConfig, mBeanClassHierarchy List<ClassReflectionIndex>) : Supplier<Object> in class org.jboss.as.service.ParsedServiceDeploymentProcessor | From | To | |
Rename Variable | 2 | ||
Rename Variable setterMethod : Method to setter : Method in method private addAttributes(attributeConfigs JBossServiceAttributeConfig[], mBeanClassHierarchy List<ClassReflectionIndex>, mBeanServices MBeanServices, classLoader ClassLoader, mBeanInstance Object) : void in class org.jboss.as.service.ParsedServiceDeploymentProcessor | From | To | |
Rename Variable injector : Injector<Object> to setter : Method in method private addAttributes(attributeConfigs JBossServiceAttributeConfig[], mBeanClassHierarchy List<ClassReflectionIndex>, mBeanServices MBeanServices, classLoader ClassLoader, mBeanInstance Object) : void in class org.jboss.as.service.ParsedServiceDeploymentProcessor | From | To | |
Inline Method | 1 | ||
Inline Method private getPropertyInjector(propertyName String, mBeanClassHierarchy List<ClassReflectionIndex>, service Service<?>, value Value<?>) : Injector<Object> inlined to private addAttributes(attributeConfigs JBossServiceAttributeConfig[], mBeanClassHierarchy List<ClassReflectionIndex>, mBeanServices MBeanServices, classLoader ClassLoader, mBeanInstance Object) : void in class org.jboss.as.service.ParsedServiceDeploymentProcessor | From | To | |
Change Return Type | 1 | ||
Change Return Type Value<?> to Supplier<Object> in method private getObjectSupplier(attributeConfig JBossServiceAttributeConfig, mBeanClassHierarchy List<ClassReflectionIndex>) : Supplier<Object> in class org.jboss.as.service.ParsedServiceDeploymentProcessor | From | To | |
Split Variable | 2 | ||
Split Variable injector : Injector<Object> to [propertySupplier : DelegatingSupplier, setter : Method] in method private addAttributes(attributeConfigs JBossServiceAttributeConfig[], mBeanClassHierarchy List<ClassReflectionIndex>, mBeanServices MBeanServices, classLoader ClassLoader, mBeanInstance Object) : void in class org.jboss.as.service.ParsedServiceDeploymentProcessor | From | To | |
Split Variable injector : Injector<Object> to [valueFactorySupplier : DelegatingSupplier, setter : Method] in method private addAttributes(attributeConfigs JBossServiceAttributeConfig[], mBeanClassHierarchy List<ClassReflectionIndex>, mBeanServices MBeanServices, classLoader ClassLoader, mBeanInstance Object) : void in class org.jboss.as.service.ParsedServiceDeploymentProcessor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type injector : Injector<Object> to setter : Method in method private addAttributes(attributeConfigs JBossServiceAttributeConfig[], mBeanClassHierarchy List<ClassReflectionIndex>, mBeanServices MBeanServices, classLoader ClassLoader, mBeanInstance Object) : void in class org.jboss.as.service.ParsedServiceDeploymentProcessor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type startStopService : Service<Object> to startStopService : StartStopService in class org.jboss.as.service.MBeanServices | From | To | |
Change Attribute Type createDestroyService : Service<Object> to createDestroyService : CreateDestroyService in class org.jboss.as.service.MBeanServices | From | To |