85cea970da1b4dd400817630a3bd2316c3db96cc
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testSend() : void renamed to public testSendWhenUnhealthy() : void in class com.spotify.helios.servicescommon.GooglePubSubSenderTest | From | To | |
| Pull Up Method | 4 | ||
| Pull Up Method public getKafkaBrokers() : List<String> from class com.spotify.helios.agent.AgentConfig to public getKafkaBrokers() : List<String> from class com.spotify.helios.servicescommon.CommonConfiguration | From | To | |
| Pull Up Method public getPubsubPrefixes() : List<String> from class com.spotify.helios.master.MasterConfig to public getPubsubPrefixes() : List<String> from class com.spotify.helios.servicescommon.CommonConfiguration | From | To | |
| Pull Up Method public getKafkaBrokers() : List<String> from class com.spotify.helios.master.MasterConfig to public getKafkaBrokers() : List<String> from class com.spotify.helios.servicescommon.CommonConfiguration | From | To | |
| Pull Up Method public getPubsubPrefixes() : List<String> from class com.spotify.helios.agent.AgentConfig to public getPubsubPrefixes() : List<String> from class com.spotify.helios.servicescommon.CommonConfiguration | From | To | |
| Pull Up Attribute | 4 | ||
| Pull Up Attribute private pubsubPrefixes : List<String> from class com.spotify.helios.master.MasterConfig to private pubsubPrefixes : List<String> from class com.spotify.helios.servicescommon.CommonConfiguration | From | To | |
| Pull Up Attribute private kafkaBrokers : List<String> from class com.spotify.helios.agent.AgentConfig to private kafkaBrokers : List<String> from class com.spotify.helios.servicescommon.CommonConfiguration | From | To | |
| Pull Up Attribute private kafkaBrokers : List<String> from class com.spotify.helios.master.MasterConfig to private kafkaBrokers : List<String> from class com.spotify.helios.servicescommon.CommonConfiguration | From | To | |
| Pull Up Attribute private pubsubPrefixes : List<String> from class com.spotify.helios.agent.AgentConfig to private pubsubPrefixes : List<String> from class com.spotify.helios.servicescommon.CommonConfiguration | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass com.spotify.helios.servicescommon.CommonConfiguration from classes [com.spotify.helios.agent.AgentConfig, com.spotify.helios.master.MasterConfig] | From | To |