40d405b46ff175317bb77463524a830bc2d2656b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 4 | ||
Move Method private executeWithReturnValue(serviceName String, json String) : String from class org.lealone.test.service.generated.UserService.Proxy to public executeWithReturnValue(url String, serviceName String, json String) : String from class org.lealone.client.ClientServiceProxy | From | To | |
Move Method private executeWithReturnValue(serviceName String, json String) : String from class org.lealone.test.fullstack.generated.UserService.Proxy to public executeWithReturnValue(url String, serviceName String, json String) : String from class org.lealone.client.ClientServiceProxy | From | To | |
Move Method private executeNoReturnValue(serviceName String, json String) : void from class org.lealone.test.service.generated.HelloWorldService.Proxy to public executeNoReturnValue(url String, serviceName String, json String) : void from class org.lealone.client.ClientServiceProxy | From | To | |
Move Method private executeWithReturnValue(serviceName String, json String) : String from class org.lealone.test.service.generated.HelloWorldService.Proxy to public executeWithReturnValue(url String, serviceName String, json String) : String from class org.lealone.client.ClientServiceProxy | From | To | |
Move Attribute | 4 | ||
Move Attribute private sqlNoReturnValue : String from class org.lealone.test.service.generated.HelloWorldService.Proxy to private sqlNoReturnValue : String from class org.lealone.client.ClientServiceProxy | From | To | |
Move Attribute private sqlWithReturnValue : String from class org.lealone.test.fullstack.generated.UserService.Proxy to private sqlWithReturnValue : String from class org.lealone.client.ClientServiceProxy | From | To | |
Move Attribute private sqlWithReturnValue : String from class org.lealone.test.service.generated.UserService.Proxy to private sqlWithReturnValue : String from class org.lealone.client.ClientServiceProxy | From | To | |
Move Attribute private sqlWithReturnValue : String from class org.lealone.test.service.generated.HelloWorldService.Proxy to private sqlWithReturnValue : String from class org.lealone.client.ClientServiceProxy | From | To | |
Extract Class | 1 | ||
Extract Class org.lealone.client.ClientServiceProxy from class org.lealone.test.service.generated.HelloWorldService.Proxy | From | To |