7edc154e0ef62bfca932322a3f007bfd36c9bfb3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method public listInstances(user String, appName String, appStates EnumSet<YarnApplicationState>) : List<ApplicationReport> extracted from public listInstances(user String, appname String) : List<ApplicationReport> in class org.apache.slider.core.registry.YarnAppListClient | From | To | |
Extract Method public findInstance(appname String, appStates EnumSet<YarnApplicationState>) : ApplicationReport extracted from public findInstance(appname String) : ApplicationReport in class org.apache.slider.core.registry.YarnAppListClient | From | To | |
Extract Method public findInstance(appname String, appStates EnumSet<YarnApplicationState>) : ApplicationReport extracted from public findInstance(appname String) : ApplicationReport in class org.apache.slider.client.SliderClient | From | To | |
Rename Parameter | 2 | ||
Rename Parameter appname : String to appName : String in method public listInstances(user String, appName String) : List<ApplicationReport> in class org.apache.slider.core.registry.YarnAppListClient | From | To | |
Rename Parameter appname : String to appName : String in method public listInstances(user String, appName String, appStates EnumSet<YarnApplicationState>) : List<ApplicationReport> in class org.apache.slider.core.registry.YarnAppListClient | From | To |