efee1f707a41f3091955e11beab26d0afbf916cd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public setEncryptionMethod(encryptionMethod NagiosEncryptionMethod) : void renamed to public setEncryption(encryptionMethod Encryption) : void in class org.apache.camel.component.nagios.NagiosConfiguration | From | To | |
Rename Method public setEncryptionMethod(encryptionMethod NagiosEncryptionMethod) : void renamed to public setEncryption(encryption Encryption) : void in class org.apache.camel.component.nagios.springboot.NagiosComponentConfiguration.NagiosConfigurationNestedConfiguration | From | To | |
Rename Method public getEncryptionMethod() : NagiosEncryptionMethod renamed to public getEncryption() : Encryption in class org.apache.camel.component.nagios.springboot.NagiosComponentConfiguration.NagiosConfigurationNestedConfiguration | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type encryptionMethod : NagiosEncryptionMethod to encryption : Encryption in method public setEncryption(encryption Encryption) : void in class org.apache.camel.component.nagios.springboot.NagiosComponentConfiguration.NagiosConfigurationNestedConfiguration | From | To | |
Change Parameter Type encryptionMethod : NagiosEncryptionMethod to encryptionMethod : Encryption in method public setEncryption(encryptionMethod Encryption) : void in class org.apache.camel.component.nagios.NagiosConfiguration | From | To | |
Change Return Type | 2 | ||
Change Return Type NagiosEncryptionMethod to Encryption in method public getEncryption() : Encryption in class org.apache.camel.component.nagios.springboot.NagiosComponentConfiguration.NagiosConfigurationNestedConfiguration | From | To | |
Change Return Type NagiosEncryptionMethod to Encryption in method public getEncryptionMethod() : Encryption in class org.apache.camel.component.nagios.NagiosConfiguration | From | To | |
Rename Attribute | 2 | ||
Rename Attribute encryptionMethod : NagiosEncryptionMethod to encryption : Encryption in class org.apache.camel.component.nagios.NagiosConfiguration | From | To | |
Rename Attribute encryptionMethod : NagiosEncryptionMethod to encryption : Encryption in class org.apache.camel.component.nagios.springboot.NagiosComponentConfiguration.NagiosConfigurationNestedConfiguration | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type encryptionMethod : NagiosEncryptionMethod to encryption : Encryption in class org.apache.camel.component.nagios.springboot.NagiosComponentConfiguration.NagiosConfigurationNestedConfiguration | From | To | |
Change Attribute Type encryptionMethod : NagiosEncryptionMethod to encryption : Encryption in class org.apache.camel.component.nagios.NagiosConfiguration | From | To | |
Rename Parameter | 1 | ||
Rename Parameter encryptionMethod : NagiosEncryptionMethod to encryption : Encryption in method public setEncryption(encryption Encryption) : void in class org.apache.camel.component.nagios.springboot.NagiosComponentConfiguration.NagiosConfigurationNestedConfiguration | From | To |