62bbf9b2393a450b97fb2782dcdf905bf029a6a2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 4 | ||
| Move Method public setGroupKey(groupKey String) : void from class org.apache.camel.model.HystrixDefinition to public setGroupKey(groupKey String) : void from class org.apache.camel.model.HystrixConfigurationDefinition | From | To | |
| Move Method public getThreadPoolKey() : String from class org.apache.camel.model.HystrixDefinition to public getThreadPoolKey() : String from class org.apache.camel.model.HystrixConfigurationDefinition | From | To | |
| Move Method public getGroupKey() : String from class org.apache.camel.model.HystrixDefinition to public getGroupKey() : String from class org.apache.camel.model.HystrixConfigurationDefinition | From | To | |
| Move Method public setThreadPoolKey(threadPoolKey String) : void from class org.apache.camel.model.HystrixDefinition to public setThreadPoolKey(threadPoolKey String) : void from class org.apache.camel.model.HystrixConfigurationDefinition | From | To | |
| Move Attribute | 3 | ||
| Move Attribute private groupKey : String from class org.apache.camel.model.HystrixDefinition to private groupKey : String from class org.apache.camel.model.HystrixConfigurationDefinition | From | To | |
| Move Attribute public DEFAULT_GROUP_KEY : String from class org.apache.camel.model.HystrixDefinition to public DEFAULT_GROUP_KEY : String from class org.apache.camel.model.HystrixConfigurationDefinition | From | To | |
| Move Attribute private threadPoolKey : String from class org.apache.camel.model.HystrixDefinition to private threadPoolKey : String from class org.apache.camel.model.HystrixConfigurationDefinition | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method public threadPoolKey(threadPoolKey String) : HystrixConfigurationDefinition extracted from public threadPoolKey(threadPoolKey String) : HystrixDefinition in class org.apache.camel.model.HystrixDefinition & moved to class org.apache.camel.model.HystrixConfigurationDefinition | From | To | |
| Extract And Move Method public groupKey(groupKey String) : HystrixConfigurationDefinition extracted from public groupKey(groupKey String) : HystrixDefinition in class org.apache.camel.model.HystrixDefinition & moved to class org.apache.camel.model.HystrixConfigurationDefinition | From | To |