309d4d04f41054d03b6ab2e69027f759de02091e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private performStop(wrapper ComponentWrapper) : void renamed to private doStopWrapper(wrapper ComponentWrapper) : void in class org.infinispan.factories.impl.BasicComponentRegistryImpl | From | To | |
| Rename Variable | 1 | ||
| Rename Variable e : Exception to t : Throwable in method private doStopWrapper(wrapper ComponentWrapper) : void in class org.infinispan.factories.impl.BasicComponentRegistryImpl | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type e : Exception to t : Throwable in method private doStopWrapper(wrapper ComponentWrapper) : void in class org.infinispan.factories.impl.BasicComponentRegistryImpl | From | To | |
| Extract Method | 3 | ||
| Extract Method private doStartWrapper(wrapper ComponentWrapper) : void extracted from package startWrapper(wrapper ComponentWrapper) : void in class org.infinispan.factories.impl.BasicComponentRegistryImpl | From | To | |
| Extract Method private doInstantiateWrapper(wrapper ComponentWrapper, factory ComponentFactory, name String) : void extracted from private instantiateWrapper(wrapper ComponentWrapper, factory ComponentFactory) : void in class org.infinispan.factories.impl.BasicComponentRegistryImpl | From | To | |
| Extract Method private doWireWrapper(wrapper ComponentWrapper) : void extracted from private wireWrapper(wrapper ComponentWrapper) : void in class org.infinispan.factories.impl.BasicComponentRegistryImpl | From | To |