dd74fb20c16c28f1e73307052fbf84ba988b66b6
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public params() : Object[] renamed to public getParams() : Object[] in class com.ea.orbit.actors.transactions.TransactionEvent | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type type : ParameterizedType to type : Type in method private createSubclass(actorClass Class<? extends AbstractActor>, type Type) : Class in class com.ea.orbit.actors.runtime.ActorFactoryGenerator | From | To | |
| Move Method | 1 | ||
| Move Method private createSubclass(type ParameterizedType) : Class from class com.ea.orbit.actors.runtime.AbstractActor to private createSubclass(actorClass Class<? extends AbstractActor>, type Type) : Class from class com.ea.orbit.actors.runtime.ActorFactoryGenerator | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private stateClasses : Map<Type,Class<?>> from class com.ea.orbit.actors.runtime.AbstractActor to private stateClasses : Map<Type,Class<?>> from class com.ea.orbit.actors.runtime.ActorFactoryGenerator | From | To | |
| Rename Class | 2 | ||
| Rename Class com.ea.orbit.actors.transactions.EventPersistenceTest.EpJimmy renamed to com.ea.orbit.actors.transactions.EventPersistenceTest.Jimmy | From | To | |
| Rename Class com.ea.orbit.actors.test.GenericActorState renamed to com.ea.orbit.actors.test.GenericActorStateTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type jimmy : EpJimmy to jimmy : Jimmy in method public simpleTransaction() : void in class com.ea.orbit.actors.transactions.EventPersistenceTest | From | To | |
| Change Variable Type jimmy : EpJimmy to jimmy : Jimmy in method public transactionRollback() : void in class com.ea.orbit.actors.transactions.EventPersistenceTest | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method protected makeStateClass(actorClass Class<? extends AbstractActor>) : Class<?> extracted from protected getStateClass() : Class<?> in class com.ea.orbit.actors.runtime.AbstractActor & moved to class com.ea.orbit.actors.runtime.ActorFactoryGenerator | From | To |