4a6e91cccae8d40e05d76c6dc054b59b579f0f1b
Files Diff
- Added: 13
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 3 | ||
Pull Up Method package randomUpdateGenerator(random RandomRule) : Iterator<IndexEntryUpdate<IndexDescriptor>> from class org.neo4j.kernel.impl.index.schema.NumberLayoutTestUtil to package randomUpdateGenerator(random RandomRule) : Iterator<IndexEntryUpdate<IndexDescriptor>> from class org.neo4j.kernel.impl.index.schema.LayoutTestUtil | From | To | |
Pull Up Method private filterClient(iter NodeValueIterator, filter IndexQuery.ExactPredicate) : IndexProgressor.NodeValueClient from class org.neo4j.kernel.impl.index.schema.NumberSchemaIndexAccessorTest to private filterClient(iter NodeValueIterator, filter IndexQuery.ExactPredicate) : IndexProgressor.NodeValueClient from class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest | From | To | |
Pull Up Method public shouldNotSeeFilteredEntries() : void from class org.neo4j.kernel.impl.index.schema.NumberSchemaIndexAccessorTest to public shouldNotSeeFilteredEntries() : void from class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest | From | To | |
Push Down Method | 3 | ||
Push Down Method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] from class org.neo4j.kernel.impl.index.schema.LayoutTestUtil to package someUpdatesNoDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] from class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil | From | To | |
Push Down Method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] from class org.neo4j.kernel.impl.index.schema.LayoutTestUtil to package someUpdatesWithDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] from class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil | From | To | |
Push Down Method public throwForUnsupportedIndexOrder() : void from class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest to public throwForUnsupportedIndexOrder() : void from class org.neo4j.kernel.impl.index.schema.NumberSchemaIndexAccessorTest | From | To | |
Extract Subclass | 1 | ||
Extract Subclass org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil from class org.neo4j.kernel.impl.index.schema.LayoutTestUtil | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type from : Number to from : Object in method package abstract rangeQuery(from Object, fromInclusive boolean, to Object, toInclusive boolean) : IndexQuery in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil | From | To | |
Change Parameter Type to : Number to to : Object in method package abstract rangeQuery(from Object, fromInclusive boolean, to Object, toInclusive boolean) : IndexQuery in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil | From | To | |
Change Parameter Type from : Number to from : Object in method package rangeQuery(from Object, fromInclusive boolean, to Object, toInclusive boolean) : IndexQuery in class org.neo4j.kernel.impl.index.schema.NumberLayoutTestUtil | From | To | |
Change Parameter Type to : Number to to : Object in method package rangeQuery(from Object, fromInclusive boolean, to Object, toInclusive boolean) : IndexQuery in class org.neo4j.kernel.impl.index.schema.NumberLayoutTestUtil | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute private ALL_EXTREME_VALUES : Number[] from class org.neo4j.kernel.impl.index.schema.LayoutTestUtil to private ALL_EXTREME_VALUES : Number[] from class org.neo4j.kernel.impl.index.schema.NumberLayoutTestUtil | From | To | |
Extract Method | 2 | ||
Extract Method private numberOfCodePoints(bytes byte[], offset int, byteLength int) : int extracted from public length() : int in class org.neo4j.values.storable.UTF8StringValue | From | To | |
Extract Method public codePointByteArrayCompare(value1 byte[], value1Offset int, value1Length int, value2 byte[], value2Offset int, value2Length int) : int extracted from public compareTo(other TextValue) : int in class org.neo4j.values.storable.UTF8StringValue | From | To |