124dfafeb3ab92f55ce5fb2de4220f3ea57a803c
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable brokerList : List<BrokerContainer> to containerList : List<T> in method private getAnyContainer(containers Map<String,T>, serviceName String) : T in class org.apache.pulsar.tests.topologies.PulsarCluster | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type brokerList : List<BrokerContainer> to containerList : List<T> in method private getAnyContainer(containers Map<String,T>, serviceName String) : T in class org.apache.pulsar.tests.topologies.PulsarCluster | From | To | |
| Extract Method | 1 | ||
| Extract Method private getAnyContainer(containers Map<String,T>, serviceName String) : T extracted from public getAnyBroker() : BrokerContainer in class org.apache.pulsar.tests.topologies.PulsarCluster | From | To |