d8dbf312e0d8774e671705f5ed7e9467e9dbc251
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute globalInternalContext : Map<Thread,InternalContext> to internalContextsMap : ConcurrentMap<Thread,InternalContext> in method public scope(key Key<T>, creator Provider<T>) : Provider<T> in class com.google.inject.internal.SingletonScope | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type globalInternalContext : Map<Thread,InternalContext> to internalContextsMap : ConcurrentMap<Thread,InternalContext> in method public scope(key Key<T>, creator Provider<T>) : Provider<T> in class com.google.inject.internal.SingletonScope | From | To | |
| Change Variable Type exceptionErrorMessages : List<Message> to proxyCreationError : Message in method public get() : T in class com.google.inject.internal.SingletonScope.scope | From | To | |
| Extract Variable | 1 | ||
| Extract Variable currentThread : Thread in method public get() : T from class com.google.inject.internal.SingletonScope.scope | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter globalInternalContext : Map<Thread,InternalContext> to internalContextsMap : Map<Thread,InternalContext> in method private createCycleDependenciesMessage(internalContextsMap Map<Thread,InternalContext>, locksCycle ListMultimap<Long,Key<?>>, proxyCreationError Message) : Message in class com.google.inject.internal.SingletonScope.scope | From | To |