a070919d3016b980ec7536547801ae7ef25b84b6
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public testFire() : void renamed to public testFireWithOperationHeader() : void in class org.apache.camel.component.pubnub.PubNubPublishTest | From | To | |
Rename Method public setSubscriberKey(subscriberKey String) : void renamed to public setSubscribeKey(subscribeKey String) : void in class org.apache.camel.component.pubnub.PubNubConfiguration | From | To | |
Rename Method public getSubscriberKey() : String renamed to public getSubscribeKey() : String in class org.apache.camel.component.pubnub.PubNubConfiguration | From | To | |
Rename Method public getPublisherKey() : String renamed to public getPublishKey() : String in class org.apache.camel.component.pubnub.PubNubConfiguration | From | To | |
Rename Method public setPublisherKey(publisherKey String) : void renamed to public setPublishKey(publishKey String) : void in class org.apache.camel.component.pubnub.PubNubConfiguration | From | To | |
Rename Attribute | 2 | ||
Rename Attribute subscriberKey : String to subscribeKey : String in class org.apache.camel.component.pubnub.PubNubConfiguration | From | To | |
Rename Attribute publisherKey : String to publishKey : String in class org.apache.camel.component.pubnub.PubNubConfiguration | From | To | |
Rename Parameter | 2 | ||
Rename Parameter subscriberKey : String to subscribeKey : String in method public setSubscribeKey(subscribeKey String) : void in class org.apache.camel.component.pubnub.PubNubConfiguration | From | To | |
Rename Parameter publisherKey : String to publishKey : String in method public setPublishKey(publishKey String) : void in class org.apache.camel.component.pubnub.PubNubConfiguration | From | To |