733ca394f640f62712173aa430dc752938bf5b5b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getTrustStoreParameters() : KeyStoreParameters renamed to public getSslContextParameters() : SSLContextParameters in class org.apache.camel.coap.CoAPEndpoint | From | To | |
| Change Return Type | 1 | ||
| Change Return Type KeyStoreParameters to SSLContextParameters in method public getSslContextParameters() : SSLContextParameters in class org.apache.camel.coap.CoAPEndpoint | From | To | |
| Extract Variable | 3 | ||
| Extract Variable clientAuth : String in method private isClientAuthenticationWanted() : boolean from class org.apache.camel.coap.CoAPEndpoint | From | To | |
| Extract Variable clientAuth : String in method private isClientAuthenticationRequired() : boolean from class org.apache.camel.coap.CoAPEndpoint | From | To | |
| Extract Variable alias : String in method public createDTLSConnector(address InetSocketAddress, client boolean) : DTLSConnector from class org.apache.camel.coap.CoAPEndpoint | From | To |