233cf2fc9f18ba25aa364a7e3d31a52bc4888cdd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private loggedSelection(format RecordFormats, candidateId String, logging LogService) : RecordFormats extracted from public select(config Config, logging LogService) : RecordFormats in class org.neo4j.kernel.impl.store.format.InternalRecordFormatSelector | From | To | |
Extract Method private loadAdditionalFormats() : Iterable<Factory> extracted from public select(config Config, logging LogService) : RecordFormats in class org.neo4j.kernel.impl.store.format.InternalRecordFormatSelector | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type KNOWN_FORMATS : RecordFormats[] to KNOWN_FORMATS : Iterable<RecordFormats> in class org.neo4j.kernel.impl.store.format.InternalRecordFormatSelector | From | To |