504e23b7a5fb78b2b267737f5b7ada35358701c9
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type algorithm : String to props : Properties in method package cryptoTestIfCan(props Properties) : void in class org.eclipse.jgit.transport.WalkEncryptionTest.Base | From | To | |
Move Method | 3 | ||
Move Method public test_A1_ValidURI() : void from class org.eclipse.jgit.transport.WalkEncryptionTest.MinimalSet to public test_A1_ValidURI() : void from class org.eclipse.jgit.transport.WalkEncryptionTest.Required | From | To | |
Move Method public test_A2_CryptoError() : void from class org.eclipse.jgit.transport.WalkEncryptionTest.MinimalSet to public test_A2_CryptoError() : void from class org.eclipse.jgit.transport.WalkEncryptionTest.Required | From | To | |
Move Method package isAlgorithmPresent(algorithm String) : boolean from class org.eclipse.jgit.transport.WalkEncryptionTest.Util to package isAlgorithmPresent(algorithm String) : boolean from class org.eclipse.jgit.transport.WalkEncryptionTest.Base | From | To | |
Extract Class | 1 | ||
Extract Class org.eclipse.jgit.transport.WalkEncryptionTest.Required from class org.eclipse.jgit.transport.WalkEncryptionTest.MinimalSet | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.jgit.transport.WalkEncryption.ObjectEncryptionJetS3tV2 renamed to org.eclipse.jgit.transport.WalkEncryption.JetS3tV2 | From | To | |
Rename Attribute | 4 | ||
Rename Attribute algorithm : String to profile : String in class org.eclipse.jgit.transport.WalkEncryptionTest.TestablePBE | From | To | |
Rename Attribute JETS3T_ITERATIONS : int to ITERATIONS : int in class org.eclipse.jgit.transport.WalkEncryption.JetS3tV2 | From | To | |
Rename Attribute JETS3T_SALT : byte[] to SALT : byte[] in class org.eclipse.jgit.transport.WalkEncryption.JetS3tV2 | From | To | |
Rename Attribute JETS3T_KEY_SIZE : int to KEY_SIZE : int in class org.eclipse.jgit.transport.WalkEncryption.JetS3tV2 | From | To | |
Rename Parameter | 6 | ||
Rename Parameter in : InputStream to input : InputStream in method package abstract decrypt(input InputStream) : InputStream in class org.eclipse.jgit.transport.WalkEncryption | From | To | |
Rename Parameter u : HttpURLConnection to conn : HttpURLConnection in method package abstract request(conn HttpURLConnection, prefix String) : void in class org.eclipse.jgit.transport.WalkEncryption | From | To | |
Rename Parameter u : HttpURLConnection to conn : HttpURLConnection in method package abstract validate(conn HttpURLConnection, prefix String) : void in class org.eclipse.jgit.transport.WalkEncryption | From | To | |
Rename Parameter algorithm : String to props : Properties in method package cryptoTestIfCan(props Properties) : void in class org.eclipse.jgit.transport.WalkEncryptionTest.Base | From | To | |
Rename Parameter os : OutputStream to output : OutputStream in method package abstract encrypt(output OutputStream) : OutputStream in class org.eclipse.jgit.transport.WalkEncryption | From | To | |
Rename Parameter algorithm : String to profile : String in method public TestablePBE(profile String, version String) in class org.eclipse.jgit.transport.WalkEncryptionTest.TestablePBE | From | To |