|
Change Parameter Type index : IndexRegistry.Index to index : IndexDefinitions.Index in method private needsToDeleteIndex(index IndexDefinitions.Index) : boolean in class org.sonar.server.es.IndexCreator |
From |
To |
|
Change Parameter Type index : IndexRegistry.Index to index : IndexDefinitions.Index in method private createIndex(index IndexDefinitions.Index) : void in class org.sonar.server.es.IndexCreator |
From |
To |
|
Change Parameter Type index : IndexRegistry.Index to index : IndexDefinitions.Index in method package of(index IndexDefinitions.Index) : String in class org.sonar.server.es.IndexDefinitionHash |
From |
To |
|
Change Parameter Type registry : IndexRegistry to definitions : IndexDefinitions in method public IndexCreator(client EsClient, definitions IndexDefinitions) in class org.sonar.server.es.IndexCreator |
From |
To |
|
Change Parameter Type type : IndexRegistry.IndexType to type : IndexDefinitions.IndexType in method private appendIndexType(sb StringBuilder, type IndexDefinitions.IndexType) : void in class org.sonar.server.es.IndexDefinitionHash |
From |
To |
|
Change Variable Type entry : Map.Entry<String,IndexRegistry.IndexType> to entry : Map.Entry<String,IndexDefinitions.IndexType> in method private createIndex(index IndexDefinitions.Index) : void in class org.sonar.server.es.IndexCreator |
From |
To |
|
Change Variable Type registry : IndexRegistry to registry : IndexDefinitions in method public recreate_index_on_definition_changes() : void in class org.sonar.server.es.IndexCreatorTest |
From |
To |
|
Change Variable Type registry : IndexRegistry to registry : IndexDefinitions in method public create_index() : void in class org.sonar.server.es.IndexCreatorTest |
From |
To |
|
Change Variable Type indexV1 : IndexRegistry.Index to indexV1 : IndexDefinitions.Index in method public of() : void in class org.sonar.server.es.IndexDefinitionHashTest |
From |
To |
|
Change Variable Type index : IndexRegistry.Index to index : IndexDefinitions.Index in method public start() : void in class org.sonar.server.es.IndexCreator |
From |
To |