f634308f1e55cbb44bad595d2e8ec0b338d7d3f0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type EncryptionManager to BaseEncryptionManager in method private createEncryptionManager(algorithm String, encryptionKey byte[], providerName String) : BaseEncryptionManager in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor | From | To | |
| Rename Class | 1 | ||
| Rename Class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor.EncryptionManager renamed to org.apache.catalina.tribes.group.interceptors.EncryptInterceptor.BaseEncryptionManager | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute ivSize : int to blockSize : int in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor.BaseEncryptionManager | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type mgr : EncryptionManager to mgr : BaseEncryptionManager in method private createEncryptionManager(algorithm String, encryptionKey byte[], providerName String) : BaseEncryptionManager in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type encryptionManager : EncryptionManager to encryptionManager : BaseEncryptionManager in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor | From | To |