12504c98e39576f3a1f09d1dbd09f8dc40239358
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 4 | ||
Rename Variable stack : List<Object> to newList : List<Object> in method private replaceUninitializedFrameValues(uninitializedObjects Set<AbstractInsnNode>, list List<Object>) : List<Object> in class com.ea.orbit.async.instrumentation.Transformer | From | To | |
Rename Variable originalStack : int to instructions : InsnList in method private replaceConstructorCall(methodNode MethodNode, frame Frame<BasicValue>, uninitializedObjects Set<AbstractInsnNode>, originalLocals int, methodInsnNode MethodInsnNode) : AbstractInsnNode in class com.ea.orbit.async.instrumentation.Transformer | From | To | |
Rename Variable argSizes : int to repetitions : int in method private replaceConstructorCall(methodNode MethodNode, frame Frame<BasicValue>, uninitializedObjects Set<AbstractInsnNode>, originalLocals int, methodInsnNode MethodInsnNode) : AbstractInsnNode in class com.ea.orbit.async.instrumentation.Transformer | From | To | |
Rename Variable extraConsumed : int to firstOccurrence : int in method private replaceConstructorCall(methodNode MethodNode, frame Frame<BasicValue>, uninitializedObjects Set<AbstractInsnNode>, originalLocals int, methodInsnNode MethodInsnNode) : AbstractInsnNode in class com.ea.orbit.async.instrumentation.Transformer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type originalStack : int to instructions : InsnList in method private replaceConstructorCall(methodNode MethodNode, frame Frame<BasicValue>, uninitializedObjects Set<AbstractInsnNode>, originalLocals int, methodInsnNode MethodInsnNode) : AbstractInsnNode in class com.ea.orbit.async.instrumentation.Transformer | From | To | |
Inline Variable | 1 | ||
Inline Variable frameBefore : Frame<BasicValue> in method package replaceObjectInitialization(classNode ClassNode, methodNode MethodNode, nameUseCount Map<String,Integer>, frames Frame<BasicValue>[]) : void from class com.ea.orbit.async.instrumentation.Transformer | From | To | |
Extract Method | 2 | ||
Extract Method private replaceConstructorCall(methodNode MethodNode, frame Frame<BasicValue>, uninitializedObjects Set<AbstractInsnNode>, originalLocals int, methodInsnNode MethodInsnNode) : AbstractInsnNode extracted from package replaceObjectInitialization(classNode ClassNode, methodNode MethodNode, nameUseCount Map<String,Integer>, frames Frame<BasicValue>[]) : void in class com.ea.orbit.async.instrumentation.Transformer | From | To | |
Extract Method private replaceUninitializedFrameValues(uninitializedObjects Set<AbstractInsnNode>, list List<Object>) : List<Object> extracted from package replaceObjectInitialization(classNode ClassNode, methodNode MethodNode, nameUseCount Map<String,Integer>, frames Frame<BasicValue>[]) : void in class com.ea.orbit.async.instrumentation.Transformer | From | To |