e3a35a81b6a3c3cfd933db46e7c5097a7b46f453
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setSubscribed(subscribed boolean) : void renamed to public setActive(active boolean) : void in class org.apache.camel.component.nats.NatsConsumer | From | To | |
| Rename Method public isSubscribed() : boolean renamed to public isActive() : boolean in class org.apache.camel.component.nats.NatsConsumer | From | To | |
| Move And Inline Method | 2 | ||
| Move And Inline Method public setTlsDebug(tlsDebug boolean) : void moved from class org.apache.camel.component.nats.NatsConfiguration to class org.apache.camel.component.nats.NatsProducer & inlined to private getConnection() : Connection | From | To | |
| Move And Inline Method public setTlsDebug(tlsDebug boolean) : void moved from class org.apache.camel.component.nats.NatsConfiguration to class org.apache.camel.component.nats.NatsConsumer & inlined to private getConnection() : Connection | From | To | |
| Rename Variable | 2 | ||
| Rename Variable prop : Properties to builder : Builder in method private getConnection() : Connection in class org.apache.camel.component.nats.NatsConsumer | From | To | |
| Rename Variable prop : Properties to builder : Builder in method private getConnection() : Connection in class org.apache.camel.component.nats.NatsProducer | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute subscribed : boolean to active : boolean in class org.apache.camel.component.nats.NatsConsumer | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type prop : Properties to builder : Builder in method private getConnection() : Connection in class org.apache.camel.component.nats.NatsConsumer | From | To | |
| Change Variable Type prop : Properties to builder : Builder in method private getConnection() : Connection in class org.apache.camel.component.nats.NatsProducer | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter subscribed : boolean to active : boolean in method public setActive(active boolean) : void in class org.apache.camel.component.nats.NatsConsumer | From | To |