5b3b85eb92c701a3e1056f35526baa2cb0fa9f97
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getEncryptor() : StringEncryptor renamed to private initEncryptor() : void in class org.apache.camel.component.jasypt.JasyptPropertiesParser | From | To | |
| Inline Method | 2 | ||
| Inline Method public getPassword() : String inlined to private initEncryptor() : void in class org.apache.camel.component.jasypt.JasyptPropertiesParser | From | To | |
| Inline Method public getAlgorithm() : String inlined to private initEncryptor() : void in class org.apache.camel.component.jasypt.JasyptPropertiesParser | From | To | |
| Change Return Type | 1 | ||
| Change Return Type StringEncryptor to void in method private initEncryptor() : void in class org.apache.camel.component.jasypt.JasyptPropertiesParser | From | To |