2e2d6f7d944d3fefbced6d710cc5b0029909312b
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private saveLocals(mv MethodVisitor, pos int, frame Frame) : int renamed to private pushDefault(mv MethodVisitor, value BasicValue) : void in class com.ea.orbit.async.instrumentation.Transformer | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type blocker : CompletableFuture<Object> to blocker : CompletableFuture<String> in method public doSomething(blocker CompletableFuture<String>) : CompletableFuture<Object> in class com.ea.orbit.async.test.HowItShouldWorkTest.HowItShouldBehave | From | To | |
| Change Parameter Type blocker : CompletableFuture<Object> to blocker : CompletableFuture<String> in method public doSomething(blocker CompletableFuture<String>) : CompletableFuture<Object> in class com.ea.orbit.async.test.HowItShouldWorkTest.WhatWillBeWritten | From | To | |
| Change Return Type | 2 | ||
| Change Return Type int to void in method private pushDefault(mv MethodVisitor, value BasicValue) : void in class com.ea.orbit.async.instrumentation.Transformer | From | To | |
| Change Return Type Task<T> to Task<V> in method public call() : Task<V> in class com.ea.orbit.async.test.BaseTest.AsyncCallable | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type blocker : CompletableFuture<Object> to blocker : CompletableFuture<String> in method public testMockInstrumentation() : void in class com.ea.orbit.async.test.HowItShouldWorkTest | From | To | |
| Change Variable Type blocker : CompletableFuture<Object> to blocker : CompletableFuture<String> in method public testHowItShouldBehave() : void in class com.ea.orbit.async.test.HowItShouldWorkTest | From | To | |
| Extract Method | 1 | ||
| Extract Method protected createClass(superClass Class<T>, bytes byte[]) : T extracted from protected createClass(superClass Class<T>, cn ClassNode) : T in class com.ea.orbit.async.test.BaseTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type frame : Frame to frame : Frame<BasicValue> in class com.ea.orbit.async.instrumentation.Transformer.SwitchEntry | From | To |