|
Pull Up Method protected doKeepAuthorizedComponents(permission String, components Collection<ComponentDto>) : List<ComponentDto> from class org.sonar.server.user.AbstractUserSession to protected doKeepAuthorizedComponents(permission String, components Collection<ComponentDto>) : List<ComponentDto> from class org.sonar.server.user.BaseUserSession |
From |
To |
|
Pull Up Method protected abstract hasPermissionImpl(permission OrganizationPermission, organizationUuid String) : boolean from class org.sonar.server.user.AbstractUserSession to protected abstract hasPermissionImpl(permission OrganizationPermission, organizationUuid String) : boolean from class org.sonar.server.user.BaseUserSession |
From |
To |
|
Pull Up Method public hasPermission(permission OrganizationPermission, organizationUuid String) : boolean from class org.sonar.server.user.AbstractUserSession to public hasPermission(permission OrganizationPermission, organizationUuid String) : boolean from class org.sonar.server.user.BaseUserSession |
From |
To |
|
Pull Up Method protected abstract componentUuidToProjectUuid(componentUuid String) : Optional<String> from class org.sonar.server.user.AbstractUserSession to protected abstract componentUuidToProjectUuid(componentUuid String) : Optional<String> from class org.sonar.server.user.BaseUserSession |
From |
To |
|
Pull Up Method public hasPermission(permission OrganizationPermission, organization OrganizationDto) : boolean from class org.sonar.server.user.AbstractUserSession to public hasPermission(permission OrganizationPermission, organization OrganizationDto) : boolean from class org.sonar.server.user.BaseUserSession |
From |
To |
|
Pull Up Method public hasComponentPermission(permission String, component ComponentDto) : boolean from class org.sonar.server.user.AbstractUserSession to public hasComponentPermission(permission String, component ComponentDto) : boolean from class org.sonar.server.user.BaseUserSession |
From |
To |
|
Pull Up Method public hasComponentUuidPermission(permission String, componentUuid String) : boolean from class org.sonar.server.user.AbstractUserSession to public hasComponentUuidPermission(permission String, componentUuid String) : boolean from class org.sonar.server.user.BaseUserSession |
From |
To |
|
Pull Up Method public keepAuthorizedComponents(permission String, components Collection<ComponentDto>) : List<ComponentDto> from class org.sonar.server.user.AbstractUserSession to public keepAuthorizedComponents(permission String, components Collection<ComponentDto>) : List<ComponentDto> from class org.sonar.server.user.BaseUserSession |
From |
To |
|
Pull Up Method protected abstract hasProjectUuidPermission(permission String, projectUuid String) : boolean from class org.sonar.server.user.AbstractUserSession to protected abstract hasProjectUuidPermission(permission String, projectUuid String) : boolean from class org.sonar.server.user.BaseUserSession |
From |
To |
|
Change Return Type List<IndexDefinitions.Index> to List<IndexDefinition.Index> in method private createIndices(definitions IndexDefinition...) : List<IndexDefinition.Index> in class org.sonar.server.es.EsTester |
From |
To |
|
Change Return Type Map<String,IndexType> to Map<String,Type> in method public getTypes() : Map<String,Type> in class org.sonar.server.es.IndexDefinition.Index |
From |
To |
|
Change Return Type Map<String,Index> to Map<String,IndexDefinition.Index> in method public getIndices() : Map<String,IndexDefinition.Index> in class org.sonar.server.es.IndexDefinitions |
From |
To |
|
Change Return Type Operator to ProjectMeasuresQuery.Operator in method public getOperator() : ProjectMeasuresQuery.Operator in class org.sonar.server.component.ws.FilterParser.Criterion |
From |
To |
|
Change Return Type UserSessionRule to LightUserSessionRule in method private logIn(u UserDto) : LightUserSessionRule in class org.sonar.server.permission.index.PermissionIndexerTest |
From |
To |
|
Change Variable Type index : IndexDefinitions.Index to index : IndexDefinition.Index in method private createIndices(definitions IndexDefinition...) : List<IndexDefinition.Index> in class org.sonar.server.es.EsTester |
From |
To |
|
Change Variable Type builder : ImmutableMap.Builder<String,IndexType> to builder : ImmutableMap.Builder<String,Type> in method package Index(newIndex NewIndex) in class org.sonar.server.es.IndexDefinition.Index |
From |
To |
|
Change Variable Type entry : Map.Entry<String,IndexDefinitions.IndexType> to entry : Map.Entry<String,IndexDefinition.Type> in method private createIndices(definitions IndexDefinition...) : List<IndexDefinition.Index> in class org.sonar.server.es.EsTester |
From |
To |
|
Change Variable Type entry : Map.Entry<String,IndexDefinitions.IndexType> to entry : Map.Entry<String,IndexDefinition.Type> in method private createIndex(index Index, useMetadata boolean) : void in class org.sonar.server.es.IndexCreator |
From |
To |
|
Change Variable Type type : IndexDefinitions.IndexType to type : IndexDefinition.Type in method private createIndex(index Index, useMetadata boolean) : void in class org.sonar.server.es.IndexCreator |
From |
To |
|
Change Variable Type createdIndices : List<IndexDefinitions.Index> to createdIndices : List<IndexDefinition.Index> in method public create() : EsTester in class org.sonar.server.es.EsTester |
From |
To |
|
Change Variable Type indexV1 : IndexDefinitions.Index to indexV1 : IndexDefinition.Index in method public of() : void in class org.sonar.server.es.IndexDefinitionHashTest |
From |
To |
|
Change Variable Type result : List<IndexDefinitions.Index> to result : List<IndexDefinition.Index> in method private createIndices(definitions IndexDefinition...) : List<IndexDefinition.Index> in class org.sonar.server.es.EsTester |
From |
To |
|
Change Variable Type type : IndexType to type : Type in method package Index(newIndex NewIndex) in class org.sonar.server.es.IndexDefinition.Index |
From |
To |
|
Change Attribute Type userSession : UserSessionRule to userSession : LightUserSessionRule in class org.sonar.server.permission.index.AuthorizationTypeSupportTest |
From |
To |
|
Change Attribute Type userSessionRule : UserSessionRule to userSessionRule : LightUserSessionRule in class org.sonar.server.issue.index.IssueIndexTest |
From |
To |
|
Change Attribute Type operator : Operator to operator : ProjectMeasuresQuery.Operator in class org.sonar.server.component.ws.FilterParser.Criterion |
From |
To |
|
Change Attribute Type userSession : UserSessionRule to userSession : LightUserSessionRule in class org.sonar.server.permission.index.PermissionIndexerTest |
From |
To |
|
Change Attribute Type userSession : UserSessionRule to userSession : LightUserSessionRule in class org.sonar.server.measure.index.ProjectMeasuresIndexTest |
From |
To |
|
Change Attribute Type operator : Operator to operator : ProjectMeasuresQuery.Operator in class org.sonar.server.component.ws.FilterParser.Criterion.Builder |
From |
To |
|
Change Attribute Type userSessionRule : UserSessionRule to userSessionRule : LightUserSessionRule in class org.sonar.server.issue.index.IssueIndexProjectStatisticsTest |
From |
To |
|
Change Attribute Type userSessionRule : UserSessionRule to userSessionRule : LightUserSessionRule in class org.sonar.server.view.index.ViewIndexerTest |
From |
To |
|
Change Attribute Type userSession : UserSessionRule to userSession : LightUserSessionRule in class org.sonar.server.issue.IssueQueryFactoryTest |
From |
To |
|
Change Attribute Type userSession : UserSessionRule to userSession : LightUserSessionRule in class org.sonar.server.component.index.ComponentIndexSearchTest |
From |
To |
|
Change Attribute Type userSession : UserSessionRule to userSession : LightUserSessionRule in class org.sonar.server.measure.index.ProjectMeasuresIndexTextSearchTest |
From |
To |
|
Change Attribute Type userSessionRule : UserSessionRule to userSessionRule : LightUserSessionRule in class org.sonar.server.issue.index.IssueIndexDebtTest |
From |
To |
|
Change Attribute Type types : Map<String,IndexType> to types : Map<String,Type> in class org.sonar.server.es.IndexDefinition.Index |
From |
To |
|
Change Attribute Type userSession : UserSessionRule to userSession : LightUserSessionRule in class org.sonar.server.component.index.ComponentIndexTest |
From |
To |
|
Change Attribute Type byKey : Map<String,Index> to byKey : Map<String,IndexDefinition.Index> in class org.sonar.server.es.IndexDefinitions |
From |
To |