e0634e438124f2db6fe9cb27afa0ed77422028cf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testJasyptPropertiesParser() : void renamed to public testUsesProvidedPasswordIfEncryptorIsNotSet() : void in class org.apache.camel.component.jasypt.JasyptPropertiesParserTest | From | To | |
Rename Method public testJasyptPropertiesParserSys() : void renamed to public testUsesProvidedPasswordFromSystemPropertyIfEncryptorIsNotSet() : void in class org.apache.camel.component.jasypt.JasyptPropertiesParserTest | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private DECRYPTED_VALUE : String in class org.apache.camel.component.jasypt.JasyptPropertiesParserTest | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute parser : JasyptPropertiesParser to jasyptPropertiesParser : JasyptPropertiesParser in method public testUsesProvidedPasswordFromSystemPropertyIfEncryptorIsNotSet() : void in class org.apache.camel.component.jasypt.JasyptPropertiesParserTest | From | To | |
Replace Variable With Attribute parser : JasyptPropertiesParser to jasyptPropertiesParser : JasyptPropertiesParser in method public testUsesProvidedPasswordIfEncryptorIsNotSet() : void in class org.apache.camel.component.jasypt.JasyptPropertiesParserTest | From | To |