15da428681e063c70717cbf3521bcab1c621a1fb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method private extractMembers(members String) : List<String> renamed to private extractHosts(hosts String) : List<String> in class org.sonar.application.cluster.ClusterProperties | From | To | |
Rename Method package getMembers() : List<String> renamed to package getHosts() : List<String> in class org.sonar.application.cluster.ClusterProperties | From | To | |
Rename Method package getInterfaces() : List<String> renamed to package getNetworkInterfaces() : List<String> in class org.sonar.application.cluster.ClusterProperties | From | To | |
Rename Method private extractInterfaces(interfaces String) : List<String> renamed to private extractNetworkInterfaces(networkInterfaces String) : List<String> in class org.sonar.application.cluster.ClusterProperties | From | To | |
Rename Variable | 1 | ||
Rename Variable member : String to host : String in method private extractHosts(hosts String) : List<String> in class org.sonar.application.cluster.ClusterProperties | From | To | |
Rename Attribute | 4 | ||
Rename Attribute interfaces : List<String> to networkInterfaces : List<String> in class org.sonar.application.cluster.ClusterProperties | From | To | |
Rename Attribute CLUSTER_MEMBERS : String to CLUSTER_HOSTS : String in class org.sonar.process.ProcessProperties | From | To | |
Rename Attribute CLUSTER_INTERFACES : String to CLUSTER_NETWORK_INTERFACES : String in class org.sonar.process.ProcessProperties | From | To | |
Rename Attribute members : List<String> to hosts : List<String> in class org.sonar.application.cluster.ClusterProperties | From | To | |
Rename Parameter | 2 | ||
Rename Parameter interfaces : String to networkInterfaces : String in method private extractNetworkInterfaces(networkInterfaces String) : List<String> in class org.sonar.application.cluster.ClusterProperties | From | To | |
Rename Parameter members : String to hosts : String in method private extractHosts(hosts String) : List<String> in class org.sonar.application.cluster.ClusterProperties | From | To |