62675c48de09a30c769bcba06ebf5a312d3b9f8b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable starter : Callable<Void> to buffered : List<Callable<Void>> in method protected setDone(success boolean) : void in class org.eclipse.jgit.internal.transport.sshd.proxy.AbstractClientProxyConnector | From | To | |
Inline Method | 1 | ||
Inline Method private sendStartSsh() : byte[] inlined to protected sendKexInit() : byte[] in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession | From | To | |
Change Variable Type | 1 | ||
Change Variable Type starter : Callable<Void> to buffered : List<Callable<Void>> in method protected setDone(success boolean) : void in class org.eclipse.jgit.internal.transport.sshd.proxy.AbstractClientProxyConnector | From | To | |
Rename Parameter | 1 | ||
Rename Parameter startSsh : Callable<Void> to command : Callable<Void> in method public runWhenDone(command Callable<Void>) : void in class org.eclipse.jgit.internal.transport.sshd.proxy.StatefulProxyConnector | From | To |