e0c445e7390792d2da5e3336c1df5eb0a5d65bdc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From com.fasterxml.jackson.core:jackson-annotations 2.5.3 To 2.5.2 | |
From com.fasterxml.jackson.core:jackson-core 2.5.3 To 2.5.2 | |
From com.fasterxml.jackson.core:jackson-databind 2.5.3 To 2.5.2 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testRepeatedLocalVarsNames() : void renamed to public smallTest() : void in class com.ea.orbit.async.test.SmallestTest | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type mv : MethodNode to mv : MethodVisitor in method private saveStack(mv MethodVisitor, frame Frame) : void in class com.ea.orbit.async.instrumentation.Transformer | From | To | |
Change Parameter Type mv : MethodNode to mv : MethodVisitor in method private saveLocals(mv MethodVisitor, pos int, frame Frame) : int in class com.ea.orbit.async.instrumentation.Transformer | From | To | |
Change Parameter Type mv : MethodNode to mv : MethodVisitor in method private restoreStackAndLocals(mv MethodVisitor, frame Frame) : void in class com.ea.orbit.async.instrumentation.Transformer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type res : Task<Void> to res : Task<?> in method public smallTest() : void in class com.ea.orbit.async.test.SmallestTest | From | To | |
Extract Method | 1 | ||
Extract Method private isAwaitCall(opcode int, owner String, name String, desc String) : boolean extracted from private isAwaitCall(methodIns MethodInsnNode) : boolean in class com.ea.orbit.async.instrumentation.Transformer | From | To |