a413f670e4f3c7e83eb0b5524339d3207eebbfe2
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setPluginsPath(pluginsPath Path) : ServerAuthenticationConfig renamed to public setPluginPath(pluginPath Path) : ServerAuthenticationConfig in class com.spotify.helios.auth.ServerAuthenticationConfig | From | To | |
Rename Method public getPluginsPath() : Path renamed to public getPluginPath() : Path in class com.spotify.helios.auth.ServerAuthenticationConfig | From | To | |
Inline Method | 1 | ||
Inline Method public load(config ServerAuthenticationConfig, pluginPaths List<Path>) : AuthenticationPlugin<?> inlined to public load(config ServerAuthenticationConfig) : AuthenticationPlugin<?> in class com.spotify.helios.auth.AuthenticationPluginLoader | From | To | |
Rename Attribute | 1 | ||
Rename Attribute pluginsPath : Path to pluginPath : Path in class com.spotify.helios.auth.ServerAuthenticationConfig | From | To | |
Rename Parameter | 1 | ||
Rename Parameter pluginsPath : Path to pluginPath : Path in method public setPluginPath(pluginPath Path) : ServerAuthenticationConfig in class com.spotify.helios.auth.ServerAuthenticationConfig | From | To |