30319d5673d344b48e9655c7f62075eac03ae7db
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable ps : PropertyService to propertySupplier : Supplier<PropertyService> in method public start(context StartContext) : void in class org.jboss.as.webservices.service.ConfigService | From | To | |
Rename Attribute | 1 | ||
Rename Attribute properties : List<PropertyService> to propertySuppliers : List<Supplier<PropertyService>> in class org.jboss.as.webservices.service.ConfigService | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ps : PropertyService to propertySupplier : Supplier<PropertyService> in method public start(context StartContext) : void in class org.jboss.as.webservices.service.ConfigService | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type properties : List<PropertyService> to propertySuppliers : List<Supplier<PropertyService>> in class org.jboss.as.webservices.service.ConfigService | From | To |