3d8d85424723c2783f254802e37ca69e2ee90695
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testCoAP() : void renamed to public testCoAPComponent() : void in class org.apache.camel.coap.CoAPComponentTest | From | To | |
Rename Variable | 4 | ||
Rename Variable rsp : CoapResponse to response : CoapResponse in method public testCoAPComponent() : void in class org.apache.camel.coap.CoAPComponentTest | From | To | |
Rename Variable rsp : CoapResponse to response : CoapResponse in method public testGetOne() : void in class org.apache.camel.coap.CoAPRestVerbTest | From | To | |
Rename Variable rsp : CoapResponse to response : CoapResponse in method public testGetAll() : void in class org.apache.camel.coap.CoAPRestVerbTest | From | To | |
Rename Variable coapResponse : CoapResponse to response : CoapResponse in method public testEnableCors() : void in class org.apache.camel.coap.CoAPCORSTest | From | To | |
Pull Up Attribute | 4 | ||
Pull Up Attribute package PORT : int from class org.apache.camel.coap.CoAPPingTest to protected PORT : int from class org.apache.camel.coap.CoAPTestSupport | From | To | |
Pull Up Attribute package PORT : int from class org.apache.camel.coap.CoAPComponentTest to protected PORT : int from class org.apache.camel.coap.CoAPTestSupport | From | To | |
Pull Up Attribute private PORT : int from class org.apache.camel.coap.CoAPMethodTest to protected PORT : int from class org.apache.camel.coap.CoAPTestSupport | From | To | |
Pull Up Attribute private PORT : int from class org.apache.camel.coap.CoAPMethodRestrictTest to protected PORT : int from class org.apache.camel.coap.CoAPTestSupport | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.camel.coap.CoAPTestSupport from classes [org.apache.camel.coap.CoAPCORSTest, org.apache.camel.coap.CoAPComponentTest, org.apache.camel.coap.CoAPConsumerDefaultPortTest, org.apache.camel.coap.CoAPMethodRestrictTest, org.apache.camel.coap.CoAPMethodTest, org.apache.camel.coap.CoAPPingTest, org.apache.camel.coap.CoAPRestVerbTest] | From | To |