9c1cae40af431f3018172352432fed67874cdeef
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 5 | ||
Rename Variable contentToDecrypt : byte[] to content : byte[] in method public encryptOrDecrypt(mode int, input byte[], offset int, length int) : byte[] in class com.orientechnologies.orient.core.compression.impl.OAbstractEncryptedCompression | From | To | |
Rename Variable encryptedTextBytes : byte[] to output : byte[] in method public encryptOrDecrypt(mode int, input byte[], offset int, length int) : byte[] in class com.orientechnologies.orient.core.compression.impl.OAbstractEncryptedCompression | From | To | |
Rename Variable secret : SecretKeySpec to ks : SecretKeySpec in method public encryptOrDecrypt(mode int, input byte[], offset int, length int) : byte[] in class com.orientechnologies.orient.core.compression.impl.OAbstractEncryptedCompression | From | To | |
Rename Variable contentToEncrypt : byte[] to content : byte[] in method public encryptOrDecrypt(mode int, input byte[], offset int, length int) : byte[] in class com.orientechnologies.orient.core.compression.impl.OAbstractEncryptedCompression | From | To | |
Extract Method | 2 | ||
Extract Method public encryptOrDecrypt(mode int, input byte[], offset int, length int) : byte[] extracted from public compress(content byte[], offset int, length int) : byte[] in class com.orientechnologies.orient.core.compression.impl.OAbstractEncryptedCompression | From | To | |
Extract Method public encryptOrDecrypt(mode int, input byte[], offset int, length int) : byte[] extracted from public uncompress(content byte[], offset int, length int) : byte[] in class com.orientechnologies.orient.core.compression.impl.OAbstractEncryptedCompression | From | To | |
Rename Parameter | 2 | ||
Rename Parameter content : byte[] to input : byte[] in method public encryptOrDecrypt(mode int, input byte[], offset int, length int) : byte[] in class com.orientechnologies.orient.core.compression.impl.OAbstractEncryptedCompression | From | To |