522b303a92be158e2c53b3c524c6cf75459f4188
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public cannotSatisfyCircularDependency(expectedType Class<?>) : Errors renamed to public cannotProxyClass(expectedType Class<?>) : Errors in class com.google.inject.internal.Errors | From | To | |
| Rename Method public testDisablingCircularProxies() : void renamed to public testDisablingCircularDependencies() : void in class com.google.inject.CircularDependencyTest | From | To | |
| Rename Method public circularProxiesDisabled(expectedType Class<?>) : Errors renamed to public circularDependenciesDisabled(expectedType Class<?>) : Errors in class com.google.inject.internal.Errors | From | To | |
| Extract Variable | 1 | ||
| Extract Variable options : InjectorOptions in method package construct(errors Errors, context InternalContext, expectedType Class<?>, provisionCallback ProvisionListenerStackCallback<T>) : Object from class com.google.inject.internal.ConstructorInjector | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type cache : Map<Key,Object> to cache : Map<Key<?>,Object> in class com.google.inject.CircularDependencyTest.BasicSingleton | From | To |