09526e4b7fd7e8253a3234b7b9fb7e9257e6f34c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private buildAndSendVariableBurst(pendingInvocations LinkedHashMap<String,MethodInvocation>) : void renamed to private sendInvocationsToServer() : void in class com.vaadin.client.ApplicationConnection | From | To | |
| Rename Method package logVariableBurst(c ApplicationConnection, loggedBurst Collection<MethodInvocation>) : void renamed to package logMethodInvocations(c ApplicationConnection, methodInvocations Collection<MethodInvocation>) : void in class com.vaadin.client.Util | From | To | |
| Extract Variable | 1 | ||
| Extract Variable connectorId : String in method private sendInvocationsToServer() : void from class com.vaadin.client.ApplicationConnection | From | To | |
| Extract Method | 1 | ||
| Extract Method package getInvocationDebugString(invocation MethodInvocation) : String extracted from private printConnectorInvocations(invocations ArrayList<MethodInvocation>, id String, c ApplicationConnection) : void in class com.vaadin.client.Util | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter loggedBurst : Collection<MethodInvocation> to methodInvocations : Collection<MethodInvocation> in method package logMethodInvocations(c ApplicationConnection, methodInvocations Collection<MethodInvocation>) : void in class com.vaadin.client.Util | From | To |