99bdf74d40df2279ddeb2f86a3f4cef5539fa89f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable sb : StringBuilder to invokerBody : StringBuilder in method private makeInvokerClass(actorClass Class<T>, invokerFullName String) : Class<?> in class com.ea.orbit.actors.runtime.ActorFactoryGenerator | From | To | |
Rename Attribute | 6 | ||
Rename Attribute NORMAL_MESSAGE : byte to ONE_WAY_MESSAGE : byte in class com.ea.orbit.actors.runtime.MessageDefinitions | From | To | |
Rename Attribute NORMAL_RESPONSE : byte to RESPONSE_OK : byte in class com.ea.orbit.actors.runtime.MessageDefinitions | From | To | |
Rename Attribute ERROR_RESPONSE : byte to RESPONSE_PROTOCOL_ERROR : byte in class com.ea.orbit.actors.runtime.MessageDefinitions | From | To | |
Rename Attribute ONEWAY_MESSAGE : byte to REQUEST_MESSAGE : byte in class com.ea.orbit.actors.runtime.MessageDefinitions | From | To | |
Rename Attribute EXCEPTION_RESPONSE : byte to RESPONSE_ERROR : byte in class com.ea.orbit.actors.runtime.MessageDefinitions | From | To | |
Rename Attribute NORMAL_MESSAGE : byte to REQUEST_MESSAGE : byte in class com.ea.orbit.actors.runtime.MessageDefinitions | From | To | |
Extract Variable | 2 | ||
Extract Variable methodName : String in method private makeInvokerClass(actorClass Class<T>, invokerFullName String) : Class<?> from class com.ea.orbit.actors.runtime.ActorFactoryGenerator | From | To | |
Extract Variable className : String in method private makeInvokerClass(actorClass Class<T>, invokerFullName String) : Class<?> from class com.ea.orbit.actors.runtime.ActorFactoryGenerator | From | To | |
Extract Method | 2 | ||
Extract Method private computeMethodId(methodName String, parameterTypes CtClass[]) : int extracted from private makeInvokerClass(actorClass Class<T>, invokerFullName String) : Class<?> in class com.ea.orbit.actors.runtime.ActorFactoryGenerator | From | To | |
Extract Method private computeMethodId(methodName String, parameterTypes CtClass[]) : int 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 |