14e6e31de72d4a00aba806a905c984c0b003e60f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute pool : ClassPool to classPool : ClassPool in method private lookup(className String) : Class in class com.ea.orbit.actors.runtime.ActorFactoryGenerator | From | To | |
| Extract Method | 2 | ||
| Extract Method private lookup(className String) : Class extracted from private makeInvokerClass(aInterface Class<T>, invokerFullName String) : Class<?> in class com.ea.orbit.actors.runtime.ActorFactoryGenerator | From | To | |
| Extract Method private lookup(className String) : Class extracted from private makeReferenceClass(aInterface Class<T>, interfaceFullName String, interfaceId int, referenceFullName String) : Class<T> in class com.ea.orbit.actors.runtime.ActorFactoryGenerator | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter invokerFullName : String to className : String in method private lookup(className String) : Class in class com.ea.orbit.actors.runtime.ActorFactoryGenerator | From | To |