7b8fd3abd627d65d5dd441469466ab1ee6348be3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable instances : List<ApplicationReport> to allApps : List<ApplicationReport> in method public listDeployedInstances(user String, appStates EnumSet<YarnApplicationState>, appname String) : List<ApplicationReport> in class org.apache.slider.client.SliderYarnClientImpl | From | To | |
Rename Variable app : ApplicationReport to report : ApplicationReport in method public listDeployedInstances(user String, appStates EnumSet<YarnApplicationState>, appname String) : List<ApplicationReport> in class org.apache.slider.client.SliderYarnClientImpl | From | To | |
Extract Method | 5 | ||
Extract Method public listInstances(user String, appname String) : List<ApplicationReport> extracted from public listInstances(user String) : List<ApplicationReport> in class org.apache.slider.core.registry.YarnAppListClient | From | To | |
Extract Method public listDeployedInstances(user String, appStates EnumSet<YarnApplicationState>, appname String) : List<ApplicationReport> extracted from public findAllLiveInstances(user String, appname String) : List<ApplicationReport> in class org.apache.slider.client.SliderYarnClientImpl | From | To | |
Extract Method public listDeployedInstances(user String, appStates EnumSet<YarnApplicationState>, appname String) : List<ApplicationReport> extracted from public findAllInstances(user String, appname String) : List<ApplicationReport> in class org.apache.slider.client.SliderYarnClientImpl | From | To | |
Extract Method public listDeployedInstances(user String, appStates EnumSet<YarnApplicationState>) : List<ApplicationReport> extracted from public emergencyForceKill(applicationId String) : void in class org.apache.slider.client.SliderYarnClientImpl | From | To | |
Extract Method public listDeployedInstances(user String, appStates EnumSet<YarnApplicationState>) : List<ApplicationReport> extracted from public listDeployedInstances(user String) : List<ApplicationReport> in class org.apache.slider.client.SliderYarnClientImpl | From | To |