00c16c875c25aad71386e1c5ddf6ddf6ca8372ee
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type jsonFileLocation : String to remoteFactoryUrl : RemoteFactoryUrl in method public createFactoryFromJson(remoteFactoryUrl RemoteFactoryUrl) : Optional<FactoryDto> in class org.eclipse.che.api.factory.server.urlfactory.URLFactoryBuilder | From | To | |
Change Parameter Type devfileLocation : String to remoteFactoryUrl : RemoteFactoryUrl in method public createFactoryFromDevfile(remoteFactoryUrl RemoteFactoryUrl, fileContentProvider FileContentProvider) : Optional<FactoryDto> in class org.eclipse.che.api.factory.server.urlfactory.URLFactoryBuilder | From | To | |
Rename Attribute | 1 | ||
Rename Attribute fileLocationArgumentCaptor : ArgumentCaptor<String> to factoryUrlArgumentCaptor : ArgumentCaptor<RemoteFactoryUrl> in class org.eclipse.che.plugin.github.factory.resolver.GithubFactoryParametersResolverTest | From | To | |
Extract Interface | 1 | ||
Extract Interface org.eclipse.che.api.factory.server.urlfactory.RemoteFactoryUrl from classes [org.eclipse.che.plugin.github.factory.resolver.GithubUrl] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type fileLocationArgumentCaptor : ArgumentCaptor<String> to factoryUrlArgumentCaptor : ArgumentCaptor<RemoteFactoryUrl> in class org.eclipse.che.plugin.github.factory.resolver.GithubFactoryParametersResolverTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter jsonFileLocation : String to remoteFactoryUrl : RemoteFactoryUrl in method public createFactoryFromJson(remoteFactoryUrl RemoteFactoryUrl) : Optional<FactoryDto> in class org.eclipse.che.api.factory.server.urlfactory.URLFactoryBuilder | From | To | |
Rename Parameter devfileLocation : String to remoteFactoryUrl : RemoteFactoryUrl in method public createFactoryFromDevfile(remoteFactoryUrl RemoteFactoryUrl, fileContentProvider FileContentProvider) : Optional<FactoryDto> in class org.eclipse.che.api.factory.server.urlfactory.URLFactoryBuilder | From | To |