|
Move Attribute private workspaceManager : WorkspaceManager from class org.eclipse.che.api.devfile.server.DevfileServiceTest to private workspaceManager : WorkspaceManager from class org.eclipse.che.api.devfile.server.DevfileManager |
From |
To |
|
Move Attribute private integrityValidator : DevfileIntegrityValidator from class org.eclipse.che.api.devfile.server.DevfileServiceTest to private integrityValidator : DevfileIntegrityValidator from class org.eclipse.che.api.devfile.server.DevfileManager |
From |
To |
|
Move Attribute private schemaValidator : DevfileSchemaValidator from class org.eclipse.che.api.devfile.server.DevfileService to private schemaValidator : DevfileSchemaValidator from class org.eclipse.che.api.devfile.server.DevfileManager |
From |
To |
|
Move Attribute private devfileConverter : DevfileConverter from class org.eclipse.che.api.devfile.server.DevfileService to private devfileConverter : DevfileConverter from class org.eclipse.che.api.devfile.server.DevfileManager |
From |
To |
|
Move Attribute protected URL_PARAMETER_NAME : String from class org.eclipse.che.plugin.github.factory.resolver.GithubFactoryParametersResolver to public URL_PARAMETER_NAME : String from class org.eclipse.che.api.factory.shared.Constants |
From |
To |
|
Move Attribute private workspaceManager : WorkspaceManager from class org.eclipse.che.api.devfile.server.DevfileService to private workspaceManager : WorkspaceManager from class org.eclipse.che.api.devfile.server.DevfileManager |
From |
To |
|
Move Attribute private integrityValidator : DevfileIntegrityValidator from class org.eclipse.che.api.devfile.server.DevfileService to private integrityValidator : DevfileIntegrityValidator from class org.eclipse.che.api.devfile.server.DevfileManager |
From |
To |
|
Move Class org.eclipse.che.plugin.urlfactory.URLCheckerTest moved to org.eclipse.che.api.factory.server.urlfactory.URLCheckerTest |
From |
To |
|
Move Class org.eclipse.che.plugin.urlfactory.URLFetcherTest moved to org.eclipse.che.api.factory.server.urlfactory.URLFetcherTest |
From |
To |
|
Move Class org.eclipse.che.api.devfile.server.DevfileIntegrityValidatorTest moved to org.eclipse.che.api.devfile.server.validator.DevfileIntegrityValidatorTest |
From |
To |
|
Move Class org.eclipse.che.api.devfile.server.DevfileSchemaValidatorTest moved to org.eclipse.che.api.devfile.server.validator.DevfileSchemaValidatorTest |
From |
To |
|
Move Class org.eclipse.che.plugin.urlfactory.ProjectConfigDtoMergerTest moved to org.eclipse.che.api.factory.server.urlfactory.ProjectConfigDtoMergerTest |
From |
To |
|
Move Class org.eclipse.che.api.devfile.server.DevfileSchemaProvider moved to org.eclipse.che.api.devfile.server.schema.DevfileSchemaProvider |
From |
To |
|
Move Class org.eclipse.che.plugin.urlfactory.URLFetcher moved to org.eclipse.che.api.factory.server.urlfactory.URLFetcher |
From |
To |
|
Move Class org.eclipse.che.plugin.urlfactory.URLChecker moved to org.eclipse.che.api.factory.server.urlfactory.URLChecker |
From |
To |
|
Move Class org.eclipse.che.api.devfile.server.DevfileSchemaValidator moved to org.eclipse.che.api.devfile.server.validator.DevfileSchemaValidator |
From |
To |
|
Move Class org.eclipse.che.api.devfile.server.DevfileIntegrityValidator moved to org.eclipse.che.api.devfile.server.validator.DevfileIntegrityValidator |
From |
To |
|
Move Class org.eclipse.che.plugin.urlfactory.ProjectConfigDtoMerger moved to org.eclipse.che.api.factory.server.urlfactory.ProjectConfigDtoMerger |
From |
To |
|
Change Variable Type ws : WorkspaceImpl.WorkspaceImplBuilder to ws : WorkspaceImplBuilder in method public shouldGenerateFactoryJsonIncludeGivenProjects() : void in class org.eclipse.che.api.factory.server.FactoryServiceTest |
From |
To |
|
Change Variable Type wsConfig : WorkspaceConfigImpl.WorkspaceConfigImplBuilder to wsConfig : WorkspaceConfigImplBuilder in method public shouldGenerateFactoryJsonIncludeGivenProjects() : void in class org.eclipse.che.api.factory.server.FactoryServiceTest |
From |
To |
|
Change Variable Type factory2 : Factory to factory2 : FactoryImpl in method public shouldReturnFactoryListByCreatorAttribute() : void in class org.eclipse.che.api.factory.server.FactoryServiceTest |
From |
To |
|
Change Variable Type captor : ArgumentCaptor<WorkspaceConfigImpl> to captor : ArgumentCaptor<Devfile> in method public shouldAcceptDevFileContentAndCreateWorkspace() : void in class org.eclipse.che.api.devfile.server.DevfileServiceTest |
From |
To |
|
Change Variable Type result : List<FactoryImpl> to result : Page<FactoryImpl> in method public shouldFindFactoryByEmbeddedAttributes() : void in class org.eclipse.che.api.factory.server.spi.tck.FactoryDaoTest |
From |
To |
|
Change Variable Type factory1 : Factory to factory1 : FactoryImpl in method public shouldReturnFactoryListByCreatorAttribute() : void in class org.eclipse.che.api.factory.server.FactoryServiceTest |
From |
To |
|
Change Variable Type result : List<FactoryImpl> to result : Page<FactoryImpl> in method public shouldFindAllFactoriesWhenAttributesNotSpecified() : void in class org.eclipse.che.api.factory.server.spi.tck.FactoryDaoTest |
From |
To |
|
Change Variable Type ws : WorkspaceImpl.WorkspaceImplBuilder to ws : WorkspaceImplBuilder in method public shouldNotGenerateFactoryIfNoProjectsWithSourceStorage() : void in class org.eclipse.che.api.factory.server.FactoryServiceTest |
From |
To |
|
Change Variable Type factory : Factory to factory : FactoryImpl in method public shouldReturnFactoryListByNameAttribute() : void in class org.eclipse.che.api.factory.server.FactoryServiceTest |
From |
To |
|
Change Variable Type typedQuery : TypedQuery<FactoryImpl> to typedQuery : TypedQuery<Long> in method private countFactoriesByAttributes(attributes List<Pair<String,String>>) : Long in class org.eclipse.che.api.factory.server.jpa.JpaFactoryDao |
From |
To |
|
Change Variable Type result : List<FactoryImpl> to result : Page<FactoryImpl> in method public shouldGetFactoryByIdAttribute() : void in class org.eclipse.che.api.factory.server.spi.tck.FactoryDaoTest |
From |
To |
|
Change Variable Type wsConfig : WorkspaceConfigImpl.WorkspaceConfigImplBuilder to wsConfig : WorkspaceConfigImplBuilder in method public shouldNotGenerateFactoryIfNoProjectsWithSourceStorage() : void in class org.eclipse.che.api.factory.server.FactoryServiceTest |
From |
To |
|
Rename Method public getByAttribute(maxItems int, skipCount int, attributes List<Pair<String,String>>) : List<FactoryImpl> renamed to public getByUser(userId String, maxItems int, skipCount long) : Page<FactoryImpl> in class org.eclipse.che.api.factory.server.spi.FactoryDao |
From |
To |
|
Rename Method public shouldAcceptDevFileAndFindAvailableName() : void renamed to public shouldAcceptDevFileContentAndCreateWorkspace() : void in class org.eclipse.che.api.devfile.server.DevfileServiceTest |
From |
To |
|
Rename Method public checkDockerfileLocation() : void renamed to public checkDevfileLocation() : void in class org.eclipse.che.plugin.github.factory.resolver.GithubUrlTest |
From |
To |
|
Rename Method public getDockerfileFilename() : String renamed to public getDevfileFilename() : String in class org.eclipse.che.plugin.github.factory.resolver.GithubUrl |
From |
To |
|
Rename Method protected factoryJsonFileLocation() : String renamed to protected factoryFileLocation() : String in class org.eclipse.che.plugin.github.factory.resolver.GithubUrl |
From |
To |
|
Rename Method public shouldReturnGitHubSimpleFactory() : void renamed to public shouldReturnGitHubSimpleJsonFactory() : void in class org.eclipse.che.plugin.github.factory.resolver.GithubFactoryParametersResolverTest |
From |
To |
|
Rename Method protected dockerFileLocation() : String renamed to protected devfileFileLocation() : String in class org.eclipse.che.plugin.github.factory.resolver.GithubUrl |
From |
To |
|
Rename Method public checkCodenvyFactoryJsonFileLocation() : void renamed to public checkFactoryJsonFileLocation() : void in class org.eclipse.che.plugin.github.factory.resolver.GithubUrlTest |
From |
To |
|
Rename Method protected withDockerfileFilename(dockerfileFilename String) : GithubUrl renamed to protected withDevfileFilename(devfileFilename String) : GithubUrl in class org.eclipse.che.plugin.github.factory.resolver.GithubUrl |
From |
To |
|
Rename Method public getByAttribute(maxItems int, skipCount int, attributes List<Pair<String,String>>) : List<FactoryImpl> renamed to public getByUser(userId String, maxItems int, skipCount long) : Page<FactoryImpl> in class org.eclipse.che.api.factory.server.jpa.JpaFactoryDao |
From |
To |
|
Change Return Type T to Page<? extends Factory> in method public getByAttribute(maxItems int, skipCount int, attributes List<Pair<String,String>>) : Page<? extends Factory> in class org.eclipse.che.api.factory.server.FactoryManager |
From |
To |
|
Change Return Type Factory to FactoryImpl in method private createFactoryWithStorage(name String, type String, location String) : FactoryImpl in class org.eclipse.che.api.factory.server.FactoryServiceTest |
From |
To |
|
Change Return Type Factory to FactoryImpl in method private createNamedFactory(name String) : FactoryImpl in class org.eclipse.che.api.factory.server.FactoryServiceTest |
From |
To |
|
Change Return Type WorkspaceConfig to WorkspaceConfigImpl in method private createConfig() : WorkspaceConfigImpl in class org.eclipse.che.api.devfile.server.DevfileServiceTest |
From |
To |
|
Change Return Type Factory to FactoryImpl in method private createFactory() : FactoryImpl in class org.eclipse.che.api.factory.server.FactoryServiceTest |
From |
To |
|
Change Return Type List<FactoryImpl> to Page<FactoryImpl> in method public getByUser(userId String, maxItems int, skipCount long) : Page<FactoryImpl> in class org.eclipse.che.api.factory.server.jpa.JpaFactoryDao |
From |
To |
|
Change Return Type List<FactoryDto> to Response in method public getFactoryByAttribute(skipCount Integer, maxItems Integer, uriInfo UriInfo) : Response in class org.eclipse.che.api.factory.server.FactoryService |
From |
To |
|
Change Return Type List<FactoryImpl> to Page<FactoryImpl> in method public getByUser(userId String, maxItems int, skipCount long) : Page<FactoryImpl> in class org.eclipse.che.api.factory.server.spi.FactoryDao |
From |
To |
|
Change Attribute Type factoryParametersResolvers : Set<FactoryParametersResolver> to factoryParametersResolverHolder : FactoryParametersResolverHolder in class org.eclipse.che.api.factory.server.FactoryService |
From |
To |
|
Change Attribute Type githubUrlParser : GithubURLParserImpl to githubUrlParser : GithubURLParser in class org.eclipse.che.plugin.github.factory.resolver.GithubFactoryParametersResolverTest |
From |
To |
|
Change Attribute Type workspaceManager : WorkspaceManager to devfileManager : DevfileManager in class org.eclipse.che.api.devfile.server.DevfileService |
From |
To |
|
Change Attribute Type githubUrlParser : GithubURLParserImpl to githubUrlParser : GithubURLParser in class org.eclipse.che.plugin.github.factory.resolver.GithubUrlTest |
From |
To |
|
Change Attribute Type githubUrlParser : GithubURLParserImpl to githubUrlParser : GithubURLParser in class org.eclipse.che.plugin.github.factory.resolver.GithubURLParserTest |
From |
To |
|
Change Attribute Type projectConfigDtoArgumentCaptor : ArgumentCaptor<ProjectConfigDto> to projectConfigDtoArgumentCaptor : ArgumentCaptor<Supplier<ProjectConfigDto>> in class org.eclipse.che.plugin.github.factory.resolver.GithubFactoryParametersResolverTest |
From |
To |