c56fa51709278f2be4e155ae5fbad270188cbe64
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type Map<URIish,List<CredentialItem>> to List<LogEntry> in method public getLog() : List<LogEntry> in class org.eclipse.jgit.transport.ssh.SshTestHarness.TestCredentialsProvider | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.eclipse.jgit.internal.transport.sshd.EncryptedFileKeyPairProvider from classes [org.eclipse.jgit.internal.transport.sshd.CachingKeyPairProvider] | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type messages : Map<URIish,List<CredentialItem>> to messages : List<LogEntry> in method public testSshWithoutKnownHostsWithProviderAsk() : void in class org.eclipse.jgit.transport.ssh.SshTestBase | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type log : Map<URIish,List<CredentialItem>> to log : List<LogEntry> in class org.eclipse.jgit.transport.ssh.SshTestHarness.TestCredentialsProvider | From | To | |
| Extract Method | 1 | ||
| Extract Method private getPassword(resourceKey String, message String) : char[] extracted from public getPassword(resourceKey String) : String in class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider | From | To |