265800eba5f2b05a52b03357d2b2322229ad0fdf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public indexGetForLabelAndPropertyKey(descriptor LabelSchemaDescriptor) : NewIndexDescriptor renamed to public indexGetForSchema(descriptor LabelSchemaDescriptor) : NewIndexDescriptor in class org.neo4j.kernel.impl.api.OperationsFacade | From | To | |
Rename Method public indexGetForLabelAndPropertyKey(descriptor LabelSchemaDescriptor) : NewIndexDescriptor renamed to public indexGetForSchema(descriptor LabelSchemaDescriptor) : NewIndexDescriptor in class org.neo4j.kernel.api.ReadOperations | From | To | |
Rename Method public property() : String renamed to public properties() : String[] in class org.neo4j.kernel.builtinprocs.IndexSpecifier | From | To | |
Rename Method private getPropertyId(propertyKeyName String) : int renamed to private getPropertyIds(propertyKeyNames String[]) : int[] in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type propertyKeyName : String to propertyKeyNames : String[] in method private getPropertyIds(propertyKeyNames String[]) : int[] in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To | |
Rename Variable | 2 | ||
Rename Variable propertyKeyId : int to propertyKeyIds : int[] in method public awaitIndex(indexSpecification String, timeout long, timeoutUnits TimeUnit) : void in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To | |
Rename Variable propertyKeyId : int to propertyKeyIds : int[] in method public resampleIndex(indexSpecification String) : void in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To | |
Change Return Type | 3 | ||
Change Return Type Pair<String,String> to Pair<String,String[]> in method private parse() : Pair<String,String[]> in class org.neo4j.kernel.builtinprocs.IndexSpecifier | From | To | |
Change Return Type String to String[] in method public properties() : String[] in class org.neo4j.kernel.builtinprocs.IndexSpecifier | From | To | |
Change Return Type int to int[] in method private getPropertyIds(propertyKeyNames String[]) : int[] in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To | |
Rename Attribute | 1 | ||
Rename Attribute property : String to properties : String[] in class org.neo4j.kernel.builtinprocs.IndexSpecifier | From | To | |
Extract Variable | 1 | ||
Extract Variable label : String in method private parse() : Pair<String,String[]> from class org.neo4j.kernel.builtinprocs.IndexSpecifier | From | To | |
Change Variable Type | 3 | ||
Change Variable Type propertyKeyId : int to propertyKeyIds : int[] in method public awaitIndex(indexSpecification String, timeout long, timeoutUnits TimeUnit) : void in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To | |
Change Variable Type propertyKeyId : int to propertyKeyIds : int[] in method public resampleIndex(indexSpecification String) : void in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To | |
Change Variable Type components : Pair<String,String> to components : Pair<String,String[]> in method public IndexSpecifier(specification String) in class org.neo4j.kernel.builtinprocs.IndexSpecifier | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type property : String to properties : String[] in class org.neo4j.kernel.builtinprocs.IndexSpecifier | From | To | |
Rename Parameter | 1 | ||
Rename Parameter propertyKeyName : String to propertyKeyNames : String[] in method private getPropertyIds(propertyKeyNames String[]) : int[] in class org.neo4j.kernel.builtinprocs.IndexProcedures | From | To |