236216746d859f82b701f5071673d4a050157103
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable bareAlgorithm : String to algorithmName : String in method private initCiphers() : void in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor | From | To | |
| Rename Variable cipher : Cipher to algorithmMode : String in method private initCiphers() : void in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute cipher : Cipher to secretKey : SecretKeySpec in method private setSecretKey(secretKey SecretKeySpec) : void in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type cipher : Cipher to secretKey : SecretKeySpec in method private setSecretKey(secretKey SecretKeySpec) : void in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor | From | To | |
| Change Variable Type cipher : Cipher to algorithmMode : String in method private initCiphers() : void in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor | From | To | |
| Inline Variable | 1 | ||
| Inline Variable cipher : Cipher in method private initCiphers() : void from class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor | From | To | |
| Extract Method | 1 | ||
| Extract Method private setSecretKey(secretKey SecretKeySpec) : void extracted from private initCiphers() : void in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor | From | To |