6cf559f581cc531b1b78a3fa464c1f1c38caa331
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 27
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private invokeStartMethods(startMethods Collection<PrioritizedMethod>) : void renamed to private invokePrioritizedMethods(methods List<PrioritizedMethod>) : void in class org.infinispan.factories.AbstractComponentRegistry | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type startMethods : Collection<PrioritizedMethod> to methods : List<PrioritizedMethod> in method private invokePrioritizedMethods(methods List<PrioritizedMethod>) : void in class org.infinispan.factories.AbstractComponentRegistry | From | To | |
| Rename Variable | 1 | ||
| Rename Variable startMethods : List<PrioritizedMethod> to methods : List<PrioritizedMethod> in method private internalStart() : void in class org.infinispan.factories.AbstractComponentRegistry | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter startMethods : Collection<PrioritizedMethod> to methods : List<PrioritizedMethod> in method private invokePrioritizedMethods(methods List<PrioritizedMethod>) : void in class org.infinispan.factories.AbstractComponentRegistry | From | To |