0034ab7c2d04a04a68b5bab1249cf279d68ed9ac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setIncludeActors(includeActors List<String>) : void renamed to public setActorClasses(actorClasses List<Class<?>>) : void in class com.ea.orbit.actors.runtime.Execution | From | To | |
| Rename Method public setProviders(providers List<IOrbitProvider>) : void renamed to public setOrbitProviders(orbitProviders List<IOrbitProvider>) : void in class com.ea.orbit.actors.runtime.Execution | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type includeActors : List<String> to actorClasses : List<Class<?>> in method public setActorClasses(actorClasses List<Class<?>>) : void in class com.ea.orbit.actors.runtime.Execution | From | To | |
| Change Parameter Type provider : IOrbitProvider to provider : Object in method public addProvider(provider Object) : void in class com.ea.orbit.actors.OrbitStage | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute includeActors : List<String> to actorClassPatterns : List<Pattern> in class com.ea.orbit.actors.runtime.Execution | From | To | |
| Rename Attribute services : List<Object> to providers : List<Object> in class com.ea.orbit.container.OrbitContainer | From | To | |
| Rename Attribute providers : List<IOrbitProvider> to orbitProviders : List<IOrbitProvider> in class com.ea.orbit.actors.runtime.Execution | From | To | |
| Extract Method | 1 | ||
| Extract Method public bind() : void extracted from private executeMessage(theEntry ReferenceEntry, oneway boolean, descriptor InterfaceDescriptor, methodId int, params Object[], from INodeAddress, messageId int) : Task<?> in class com.ea.orbit.actors.runtime.Execution | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type includeActors : List<String> to actorClassPatterns : List<Pattern> in class com.ea.orbit.actors.runtime.Execution | From | To | |
| Change Attribute Type providers : List<IOrbitProvider> to providers : List<Object> in class com.ea.orbit.actors.OrbitStage | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter includeActors : List<String> to actorClasses : List<Class<?>> in method public setActorClasses(actorClasses List<Class<?>>) : void in class com.ea.orbit.actors.runtime.Execution | From | To | |
| Rename Parameter providers : List<IOrbitProvider> to orbitProviders : List<IOrbitProvider> in method public setOrbitProviders(orbitProviders List<IOrbitProvider>) : void in class com.ea.orbit.actors.runtime.Execution | From | To |