ca1d054b00d95950856ba27c4d41a955f18ca129
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 8 | ||
Rename Method public getCacheConnections() : String renamed to public isCacheConnections() : boolean in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Rename Method public getUseRouterForAllUris() : String renamed to public isUseRouterForAllUris() : boolean in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Rename Method public setNistTraceLevel(nistTraceLevel String) : void renamed to public setImplementationTraceLevel(implementationTraceLevel String) : void in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Rename Method public setNistServerLog(nistServerLog String) : void renamed to public setImplementationServerLogFile(implementationServerLogFile String) : void in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Rename Method public getNistServerLog() : String renamed to public getImplementationServerLogFile() : String in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Rename Method public setNistDebugLog(nistDebugLog String) : void renamed to public setImplementationDebugLogFile(implementationDebugLogFile String) : void in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Rename Method public getNistTraceLevel() : String renamed to public getImplementationTraceLevel() : String in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Rename Method public getNistDebugLog() : String renamed to public getImplementationDebugLogFile() : String in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type useRouterForAllUris : String to useRouterForAllUris : boolean in method public setUseRouterForAllUris(useRouterForAllUris boolean) : void in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Change Parameter Type cacheConnections : String to cacheConnections : boolean in method public setCacheConnections(cacheConnections boolean) : void in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Change Parameter Type maxMessageSize : String to maxMessageSize : int in method public setMaxMessageSize(maxMessageSize int) : void in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Change Return Type | 3 | ||
Change Return Type String to boolean in method public isCacheConnections() : boolean in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Change Return Type String to int in method public getMaxMessageSize() : int in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Change Return Type String to boolean in method public isUseRouterForAllUris() : boolean in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Rename Attribute | 3 | ||
Rename Attribute nistDebugLog : String to implementationDebugLogFile : String in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Rename Attribute nistTraceLevel : String to implementationTraceLevel : String in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Rename Attribute nistServerLog : String to implementationServerLogFile : String in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type useRouterForAllUris : String to useRouterForAllUris : boolean in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Change Attribute Type cacheConnections : String to cacheConnections : boolean in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Change Attribute Type maxMessageSize : String to maxMessageSize : int in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Rename Parameter | 3 | ||
Rename Parameter nistServerLog : String to implementationServerLogFile : String in method public setImplementationServerLogFile(implementationServerLogFile String) : void in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Rename Parameter nistTraceLevel : String to implementationTraceLevel : String in method public setImplementationTraceLevel(implementationTraceLevel String) : void in class org.apache.camel.component.sip.SipConfiguration | From | To | |
Rename Parameter nistDebugLog : String to implementationDebugLogFile : String in method public setImplementationDebugLogFile(implementationDebugLogFile String) : void in class org.apache.camel.component.sip.SipConfiguration | From | To |