9f7babce2fa9c99d2bd7799f2e1198c87f553b48
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type indexDescription : String to index : IndexSpecifier in method private getIndex(labelId int, propertyKeyId int, index IndexSpecifier) : IndexDescriptor in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To | |
Change Parameter Type indexDescription : String to indexDescription : IndexSpecifier in method private getState(indexDescription IndexSpecifier, index IndexDescriptor) : InternalIndexState in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To | |
Change Parameter Type indexDescription : String to indexDescription : IndexSpecifier in method private waitUntilOnline(index IndexDescriptor, indexDescription IndexSpecifier, timeout long, timeoutUnits TimeUnit) : void in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To | |
Change Parameter Type indexDescription : String to indexDescription : IndexSpecifier in method private isOnline(indexDescription IndexSpecifier, index IndexDescriptor) : boolean in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To | |
Merge Variable | 1 | ||
Merge Variable [labelName : String, propertyKeyName : String] to index : IndexSpecifier in method public resampleIndex(indexSpecification String) : void in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To | |
Rename Parameter | 4 | ||
Rename Parameter labelName : String to indexSpecification : String in method public resampleIndex(indexSpecification String) : void in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To | |
Rename Parameter indexDescription : String to index : IndexSpecifier in method private getIndex(labelId int, propertyKeyId int, index IndexSpecifier) : IndexDescriptor in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To | |
Rename Parameter labelName : String to index : String in method public resampleIndex(index String) : void in class org.neo4j.kernel.builtinprocs.BuiltInProcedures | From | To | |
Rename Parameter labelName : String to index : String in method public awaitIndex(index String, timeout long) : void in class org.neo4j.kernel.builtinprocs.BuiltInProcedures | From | To |