3e86629313eaa1aedc0c468193ac04427b9243c5
Files Diff
- Added: 4
- Removed: 4
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testIndexSeekAndScan() : void renamed to public testIndexSeekAndScanByNumber() : void in class org.neo4j.kernel.api.index.CompositeIndexAccessorCompatibility | From | To | |
Push Down Method | 4 | ||
Push Down Method public testIndexSeekByPrefix() : void from class org.neo4j.kernel.api.index.IndexAccessorCompatibility to public testIndexSeekByPrefix() : void from class org.neo4j.kernel.api.index.SimpleIndexAccessorCompatibility | From | To | |
Push Down Method public testIndexSeekByString() : void from class org.neo4j.kernel.api.index.IndexAccessorCompatibility to public testIndexSeekByString() : void from class org.neo4j.kernel.api.index.SimpleIndexAccessorCompatibility | From | To | |
Push Down Method public testIndexSeekByPrefixOnNonStrings() : void from class org.neo4j.kernel.api.index.IndexAccessorCompatibility to public testIndexSeekByPrefixOnNonStrings() : void from class org.neo4j.kernel.api.index.SimpleIndexAccessorCompatibility | From | To | |
Push Down Method public testIndexSeekByNumber() : void from class org.neo4j.kernel.api.index.IndexAccessorCompatibility to public testIndexSeekByNumber() : void from class org.neo4j.kernel.api.index.SimpleIndexAccessorCompatibility | From | To | |
Extract Subclass | 1 | ||
Extract Subclass org.neo4j.kernel.api.index.SimpleIndexAccessorCompatibility from class org.neo4j.kernel.api.index.IndexAccessorCompatibility | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.kernel.api.index.NonUniqueIndexPopulatorCompatibility renamed to org.neo4j.kernel.api.index.SimpleIndexPopulatorCompatibility | From | To | |
Move And Rename Class | 3 | ||
Move And Rename Class org.neo4j.kernel.api.index.NonUniqueIndexAccessorCompatibility moved and renamed to org.neo4j.kernel.api.index.SimpleIndexAccessorCompatibility.General | From | To | |
Move And Rename Class org.neo4j.kernel.api.index.UniqueIndexAccessorCompatibility moved and renamed to org.neo4j.kernel.api.index.SimpleIndexAccessorCompatibility.Unique | From | To | |
Move And Rename Class org.neo4j.kernel.api.index.UniqueIndexPopulatorCompatibility moved and renamed to org.neo4j.kernel.api.index.SimpleIndexPopulatorCompatibility.Unique | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.neo4j.kernel.api.index.SimpleIndexAccessorCompatibility from classes [org.neo4j.kernel.api.index.SimpleIndexAccessorCompatibility.General, org.neo4j.kernel.api.index.SimpleIndexAccessorCompatibility.Unique] | From | To |