eb5e298f284195ea9fff6bf92b19198a03813f1c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type PopulatorFactory<CompositeGenericKey,NativeIndexValue> to PopulatorFactory<GenericKey,NativeIndexValue> in method private genericPopulatorFactory() : PopulatorFactory<GenericKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.NativeIndexPopulatorTest | From | To | |
Change Return Type AccessorFactory<CompositeGenericKey,NativeIndexValue> to AccessorFactory<GenericKey,NativeIndexValue> in method private genericAccessorFactory() : AccessorFactory<GenericKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.NativeIndexAccessorTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type type : RandomValues.Type to type : ValueType in method public shouldProvideResultInOrderIfCapable() : void in class org.neo4j.kernel.impl.newapi.IndexProvidedOrderTest | From | To | |
Change Variable Type allExceptNonOrderable : RandomValues.Type[] to allExceptNonOrderable : ValueType[] in method public createTestGraph(graphDb GraphDatabaseService) : void in class org.neo4j.kernel.impl.newapi.IndexProvidedOrderTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type targetedTypes : RandomValues.Type[] to targetedTypes : ValueType[] in class org.neo4j.kernel.impl.newapi.IndexProvidedOrderTest | From | To |