149be7656d47499921abf2d475b227b572e5da94
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setCoapMethod(m String) : void renamed to public setCoapMethodRestrict(coapMethodRestrict String) : void in class org.apache.camel.coap.CoAPEndpoint | From | To | |
Rename Method public getCoapMethod() : String renamed to public getCoapMethodRestrict() : String in class org.apache.camel.coap.CoAPEndpoint | From | To | |
Rename Attribute | 1 | ||
Rename Attribute coapMethod : String to coapMethodRestrict : String in class org.apache.camel.coap.CoAPEndpoint | From | To | |
Rename Parameter | 1 | ||
Rename Parameter m : String to coapMethodRestrict : String in method public setCoapMethodRestrict(coapMethodRestrict String) : void in class org.apache.camel.coap.CoAPEndpoint | From | To |